We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db43c78 commit d2ab295Copy full SHA for d2ab295
tests/test_cyclic_support.py
@@ -24,6 +24,7 @@
24
import weakref
25
import numpy as np
26
27
+import conftest
28
import pytest
29
30
from ansys import dpf
@@ -189,7 +190,7 @@ def test_cyc_support_multistage(cyclic_multistage):
189
190
def test_cyc_support_multistage_low_high_map(cyclic_multistage):
191
model = dpf.Model(cyclic_multistage)
192
cyc_support = model.metadata.result_info.cyclic_support
-
193
+
194
high_low_map = cyc_support.high_low_map(0)
195
assert np.allclose(high_low_map.get_entity_data_by_id(1446), 1447)
196
assert np.allclose(high_low_map.get_entity_data_by_id(2946), 2948)
0 commit comments