mirror of
https://github.com/Athemis/pyKinetics.git
synced 2025-04-06 23:16:04 +00:00
Fix some typos
This commit is contained in:
parent
7ce9e868f6
commit
c95b0ecf40
1 changed files with 2 additions and 2 deletions
|
@ -258,9 +258,9 @@ def main():
|
|||
logger=logger,
|
||||
fit_to_replicates=fit_to_replicates)
|
||||
ehlp = ExperimentHelper(exp, logger)
|
||||
logger.info('Plotting linear fits to data')
|
||||
logger.info('Plotting linear fits')
|
||||
ehlp.plot_data(exp, str(output_path))
|
||||
logger.info('Plotting kinetics fit(s)')
|
||||
logger.info('Plotting kinetic fit(s)')
|
||||
ehlp.plot_kinetics(exp, str(output_path))
|
||||
logger.info('Writing results to results.csv')
|
||||
ehlp.write_data(exp, str(output_path))
|
||||
|
|
Loading…
Add table
Reference in a new issue