Skip to content

Commit

Permalink
Merge branch 'master' into maint/make_all_examples_downloadable
Browse files Browse the repository at this point in the history
  • Loading branch information
PProfizi committed Sep 4, 2023
2 parents 3005e3f + 2eee548 commit 321d168
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_fluid_simulation.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def test_fluid_simulation_phases(self, fluent_simulation):
def test_fluid_simulation_result_unavailable(self, fluent_simulation):
# print(fluent_simulation)
with pytest.raises(ValueError, match="is not available."):
_ = fluent_simulation.wall_shear_stress()
_ = fluent_simulation.mass_fraction()

def test_results_fluent_averaging_from_elemental(self, fluent_simulation):
# print(fluent_simulation)
Expand Down

0 comments on commit 321d168

Please sign in to comment.