mirror of
https://github.com/Athemis/pyKinetics.git
synced 2025-04-06 23:16:04 +00:00
Formatting to PEP8
This commit is contained in:
parent
04dfff04bc
commit
28bf76029b
1 changed files with 2 additions and 1 deletions
|
@ -107,7 +107,8 @@ class Measurement():
|
||||||
|
|
||||||
class Experiment():
|
class Experiment():
|
||||||
|
|
||||||
def __init__(self, data_files, xlim, do_hill=False, fit_to_replicates=False, logger=None):
|
def __init__(self, data_files, xlim, do_hill=False,
|
||||||
|
fit_to_replicates=False, logger=None):
|
||||||
|
|
||||||
if logger:
|
if logger:
|
||||||
self.logger = logger
|
self.logger = logger
|
||||||
|
|
Loading…
Add table
Reference in a new issue