Skip to content

Commit

Permalink
Merge pull request #634 from opencobra/fix-test-validation
Browse files Browse the repository at this point in the history
test: temporarily do not expect warnings
  • Loading branch information
Midnighter committed Mar 21, 2019
2 parents b9788bb + e2dc77e commit 826ae27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_for_support/test_for_validation.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@


@pytest.mark.parametrize("filename, expected", [
(sbml_valid, [0, 1, False]),
(sbml_valid, [0, 0, False]),
(sbml_invalid, [2, 0, True])])
def test_load_cobra_model(filename, expected):
notifications = {"warnings": [], "errors": []}
Expand Down

0 comments on commit 826ae27

Please sign in to comment.