Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
christophlohrmann committed Sep 20, 2023
1 parent 93ad29f commit baea0ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testsuite/scripts/tutorials/test_electrokinetics.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def test_simulation_fields_finite(self):
assert np.all(np.isfinite(species[:, :, :].density))
assert np.all(species[:, :, :].density >= 0)

assert np.all(np.isfinite(tutorial.lb[:, :, :].velocity))
assert np.all(np.isfinite(tutorial.lbf[:, :, :].velocity))


if __name__ == "__main__":
Expand Down

0 comments on commit baea0ae

Please sign in to comment.