Skip to content

Commit

Permalink
Update input.py
Browse files Browse the repository at this point in the history
  • Loading branch information
p-lauer authored Mar 9, 2020
1 parent b5e1997 commit b75c0f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/cone_01/input.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
r.experiment.label_x = '# Time_{}_75'.format(iso)
r.experiment.label_y = 'SG_{}_75'.format(iso)
r.experiment.header_line = 0
r.experiment.factor = 1e-3
r.experiment.yfactor = 1e-3
r.fitness_method=pr.FitnessMethodRMSE(n_points=100)

# use above model prototype (mps0) as template
Expand Down

0 comments on commit b75c0f3

Please sign in to comment.