Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
reinaual committed Sep 14, 2023
1 parent b60266b commit 07a518b
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 @@ -31,7 +31,7 @@ def test_simulation_fields_finite(self):
for species in (*tutorial.educt_species, *tutorial.product_species):
assert np.all(np.isfinite(species[:, :, :].density))
assert np.all(species[:, :, :].density >= 0)

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


Expand Down

0 comments on commit 07a518b

Please sign in to comment.