Skip to content

Commit

Permalink
Remove no-longer-valid test.
Browse files Browse the repository at this point in the history
  • Loading branch information
luciansmith committed Jul 27, 2023
1 parent b131901 commit 4328a4f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/test_core_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -502,10 +502,6 @@ def test_exec_sed_task_with_preprocesssed_task(self):
]

# execute simulation
task.model.changes[0].target = "/sbml:sbml/sbml:model"
with self.assertRaisesRegex(ValueError, 'targets for the following changes are not valid'):
preprocessed_task = core.preprocess_sed_task(task, variables)

task.model.changes[0].target = "/sbml:sbml/sbml:model/sbml:listOfSpecies/sbml:species[@id='C']"
task.simulation.algorithm.kisao_id = 'KISAO_0000029'
preprocessed_task = core.preprocess_sed_task(task, variables)
Expand Down

0 comments on commit 4328a4f

Please # to comment.