Skip to content

Commit

Permalink
Some minor cleaning up.
Browse files Browse the repository at this point in the history
  • Loading branch information
agarny committed Dec 10, 2019
1 parent 2d493fb commit ae54115
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/plugins/support/PythonSupport/tests/data/tests.py
Expand Up @@ -110,8 +110,8 @@ def test_simulation(title, file_name_or_url, first=True):

data = simulation.data()

data.set_starting_point(10)
data.set_ending_point(30)
data.set_starting_point(10.0)
data.set_ending_point(30.0)
data.set_point_interval(0.1)
data.set_ode_solver('Heun')
data.set_ode_solver_property('Step', 0.01)
Expand Down

0 comments on commit ae54115

Please sign in to comment.