Skip to content

Commit

Permalink
Merge pull request #65 from biosimulators/KISAO_000019_fix
Browse files Browse the repository at this point in the history
Fixed erroneous "KISAO_000019" references by adding another '0'
  • Loading branch information
jonrkarr authored Oct 26, 2022
2 parents c9b361a + d7d3355 commit b8175aa
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"taskRequirements": [{
"modelFormat": "format_2585",
"modelFormatFeatures": [],
"simulationAlgorithm": "KISAO_000019"
"simulationAlgorithm": "KISAO_0000019"
}],
"skippedSimulators": [],
"expectedReports": [{
Expand Down
8 changes: 4 additions & 4 deletions tests/test_exec_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def test_passes(self):
task_requirements=[
biosimulators_test_suite.data_model.SedTaskRequirements(
model_format='format_2585',
simulation_algorithm='KISAO_000019',
simulation_algorithm='KISAO_0000019',
)
],
),
Expand Down Expand Up @@ -65,7 +65,7 @@ def find_cases(ids=None, results=results):
'case': {
'id': 'case-id',
'description': ('Required model formats and simulation algorithms for SED tasks:\n\n'
'* Format: `format_2585`\n Algorithm: `KISAO_000019`'),
'* Format: `format_2585`\n Algorithm: `KISAO_0000019`'),
},
'resultType': 'passed',
'duration': 1.,
Expand All @@ -89,7 +89,7 @@ def test_warnings(self):
task_requirements=[
biosimulators_test_suite.data_model.SedTaskRequirements(
model_format='format_2585',
simulation_algorithm='KISAO_000019',
simulation_algorithm='KISAO_0000019',
)
],
),
Expand Down Expand Up @@ -122,7 +122,7 @@ def test_failed(self):
task_requirements=[
biosimulators_test_suite.data_model.SedTaskRequirements(
model_format='format_2585',
simulation_algorithm='KISAO_000019',
simulation_algorithm='KISAO_0000019',
)
],
),
Expand Down

0 comments on commit b8175aa

Please sign in to comment.