Skip to content

Commit

Permalink
refactor: fixing requirements to avoid new bad version of tellurium; …
Browse files Browse the repository at this point in the history
…reverting negative initial time test
  • Loading branch information
jonrkarr committed Oct 10, 2021
1 parent 1fda482 commit 4b6b9c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ lxml
numpy
pandas
tellurium < 2.2.1
rrplugins < 2.1.0
1 change: 1 addition & 0 deletions tests/test_core_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ def test_exec_sed_task_positive_initial_time_with_biosimulators(self):
task.simulation.number_of_points + 1,
))

@unittest.expectedFailure
def test_exec_sed_task_negative_initial_time_with_biosimulators(self):
# configure simulation
task = sedml_data_model.Task(
Expand Down

0 comments on commit 4b6b9c2

Please sign in to comment.