Skip to content

Commit d2ab295

Browse files
committed
import conftest and styling
1 parent db43c78 commit d2ab295

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/test_cyclic_support.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
import weakref
2525
import numpy as np
2626

27+
import conftest
2728
import pytest
2829

2930
from ansys import dpf
@@ -189,7 +190,7 @@ def test_cyc_support_multistage(cyclic_multistage):
189190
def test_cyc_support_multistage_low_high_map(cyclic_multistage):
190191
model = dpf.Model(cyclic_multistage)
191192
cyc_support = model.metadata.result_info.cyclic_support
192-
193+
193194
high_low_map = cyc_support.high_low_map(0)
194195
assert np.allclose(high_low_map.get_entity_data_by_id(1446), 1447)
195196
assert np.allclose(high_low_map.get_entity_data_by_id(2946), 2948)

0 commit comments

Comments
 (0)