File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 99from ansys .dpf .post .common import AvailableSimulationTypes , elemental_properties
1010from ansys .dpf .post .index import ref_labels
1111from ansys .dpf .post .meshes import Meshes
12- from conftest import ( # SERVERS_VERSION_GREATER_THAN_OR_EQUAL_TO_5_0,
12+ from conftest import (
1313 SERVERS_VERSION_GREATER_THAN_OR_EQUAL_TO_4_0 ,
1414 SERVERS_VERSION_GREATER_THAN_OR_EQUAL_TO_6_2 ,
15- SERVERS_VERSION_GREATER_THAN_OR_EQUAL_TO_7_0 ,
1615 SERVERS_VERSION_GREATER_THAN_OR_EQUAL_TO_7_1 ,
1716)
1817
@@ -56,7 +55,7 @@ def test_simulation_units(static_simulation):
5655
5756def test_simulation_results (static_simulation ):
5857 results = static_simulation .results
59- if not SERVERS_VERSION_GREATER_THAN_OR_EQUAL_TO_7_0 :
58+ if not SERVERS_VERSION_GREATER_THAN_OR_EQUAL_TO_7_1 :
6059 assert len (results ) == 12
6160 else :
6261 assert len (results ) == 13
You can’t perform that action at this time.
0 commit comments