From 05325bdb18b7a8a52491b7001113593ad6a2d887 Mon Sep 17 00:00:00 2001 From: "paul.profizi" Date: Fri, 11 Aug 2023 17:24:01 +0200 Subject: [PATCH] Remove criterion on number of face ids --- tests/test_fluid_simulation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_fluid_simulation.py b/tests/test_fluid_simulation.py index 38bd06565..274429ba3 100644 --- a/tests/test_fluid_simulation.py +++ b/tests/test_fluid_simulation.py @@ -418,7 +418,7 @@ def test_results_fluent_cross_locations_on_faces(self, fluent_simulation): 39901 1.0721e+00 39902 1.0724e+00 ... ... - """ # noqa: W291, E501 +""" # noqa: W291, E501 assert str(result) == ref # result.plot()