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 9
9
from ansys .dpf .post .common import AvailableSimulationTypes , elemental_properties
10
10
from ansys .dpf .post .index import ref_labels
11
11
from ansys .dpf .post .meshes import Meshes
12
- from conftest import ( # SERVERS_VERSION_GREATER_THAN_OR_EQUAL_TO_5_0,
12
+ from conftest import (
13
13
SERVERS_VERSION_GREATER_THAN_OR_EQUAL_TO_4_0 ,
14
14
SERVERS_VERSION_GREATER_THAN_OR_EQUAL_TO_6_2 ,
15
- SERVERS_VERSION_GREATER_THAN_OR_EQUAL_TO_7_0 ,
16
15
SERVERS_VERSION_GREATER_THAN_OR_EQUAL_TO_7_1 ,
17
16
)
18
17
@@ -56,7 +55,7 @@ def test_simulation_units(static_simulation):
56
55
57
56
def test_simulation_results (static_simulation ):
58
57
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 :
60
59
assert len (results ) == 12
61
60
else :
62
61
assert len (results ) == 13
You can’t perform that action at this time.
0 commit comments