Skip to content

Commit

Permalink
Added test that confirms gyorilab/mira#196 solves gyorilab/mira#195
Browse files Browse the repository at this point in the history
  • Loading branch information
djinnome committed Jul 11, 2023
1 parent 24f1754 commit 01fcf15
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ install_requires =
torchdiffeq
networkx
pandas
mira @ git+https://github.com/indralab/mira.git@3a3a931ee52c9e5b976ea849424b1a5c65f4c8d2
mira @ git+https://github.com/indralab/mira.git
xarray
netcdf4
h5netcdf
Expand Down
6 changes: 3 additions & 3 deletions test/test_petrinet_ode/test_ode_interfaces.py
Original file line number Diff line number Diff line change
Expand Up @@ -297,9 +297,9 @@ def test_load_and_calibrate_and_sample_petri_model(self):
scenario1a_output = load_and_sample_petri_model(SCENARIO_1a_H2, num_samples, timepoints)
self.assertTrue(isinstance(scenario1a_output, pd.DataFrame))

# SIDARTHE = 'test/models/AMR_examples/BIOMD0000000955_askenet.json'
# sidarthe_output = load_and_sample_petri_model(SIDARTHE, num_samples, timepoints)
# self.assertTrue(isinstance(sidarthe_output, pd.DataFrame))
SIDARTHE = 'test/models/AMR_examples/BIOMD0000000955_askenet.json'
sidarthe_output = load_and_sample_petri_model(SIDARTHE, num_samples, timepoints)
self.assertTrue(isinstance(sidarthe_output, pd.DataFrame))



Expand Down

0 comments on commit 01fcf15

Please sign in to comment.