Skip to content

Commit 8a66a2b

Browse files
authored
Uncomment changes in mesh skin test (#1208)
1 parent cc7c3a6 commit 8a66a2b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/test_propertyfield.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ def check_on_property_field_from_simplebar(prop_field):
7171
assert prop_field.data is not None
7272
assert len(prop_field.data) != 0
7373
assert len(prop_field.data) == 1400
74-
""" to uncomment
7574
if conftest.SERVERS_VERSION_GREATER_THAN_OR_EQUAL_TO_7_1:
7675
assert prop_field.data[15] == 1502
7776
assert np.allclose(prop_field.data[12], 1603)
@@ -84,7 +83,6 @@ def check_on_property_field_from_simplebar(prop_field):
8483
assert prop_field.data[1201] == 2500
8584
assert prop_field.get_entity_data(8) == [7]
8685
assert prop_field.get_entity_data_by_id(23) == [60]
87-
"""
8886
assert prop_field.elementary_data_count == 1400
8987
assert prop_field.elementary_data_shape == 1
9088
assert prop_field.location == locations.elemental

0 commit comments

Comments
 (0)