Skip to content

Commit

Permalink
Merge branch 'master' into issue-744-particledistribution
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinsulzer committed Dec 9, 2019
2 parents 7b7f4e9 + f1d0dc2 commit abe7e65
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tests/unit/test_models/test_base_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -328,10 +328,8 @@ def test_check_well_posedness_output_variables(self):
}

# Check warning raised
# TODO: getting a strange bug here, related to CPython bug here:
# https://bugs.python.org/issue29620
# with self.assertWarns(pybamm.ModelWarning):
model.check_well_posedness()
with self.assertWarns(pybamm.ModelWarning):
model.check_well_posedness()

# Check None entries have been removed from the variables dictionary
for key, item in model._variables.items():
Expand Down

0 comments on commit abe7e65

Please sign in to comment.