1
0
Fork 0
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:
Alexander Minges 2015-08-24 17:36:39 +02:00
parent 7ce9e868f6
commit c95b0ecf40

View file

@ -258,9 +258,9 @@ def main():
logger=logger, logger=logger,
fit_to_replicates=fit_to_replicates) fit_to_replicates=fit_to_replicates)
ehlp = ExperimentHelper(exp, logger) ehlp = ExperimentHelper(exp, logger)
logger.info('Plotting linear fits to data') logger.info('Plotting linear fits')
ehlp.plot_data(exp, str(output_path)) 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)) ehlp.plot_kinetics(exp, str(output_path))
logger.info('Writing results to results.csv') logger.info('Writing results to results.csv')
ehlp.write_data(exp, str(output_path)) ehlp.write_data(exp, str(output_path))