Skip to content

Commit

Permalink
Uncomment changes in mesh skin test (#1208)
Browse files Browse the repository at this point in the history
  • Loading branch information
rafacanton authored Oct 13, 2023
1 parent cc7c3a6 commit 8a66a2b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/test_propertyfield.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ def check_on_property_field_from_simplebar(prop_field):
assert prop_field.data is not None
assert len(prop_field.data) != 0
assert len(prop_field.data) == 1400
""" to uncomment
if conftest.SERVERS_VERSION_GREATER_THAN_OR_EQUAL_TO_7_1:
assert prop_field.data[15] == 1502
assert np.allclose(prop_field.data[12], 1603)
Expand All @@ -84,7 +83,6 @@ def check_on_property_field_from_simplebar(prop_field):
assert prop_field.data[1201] == 2500
assert prop_field.get_entity_data(8) == [7]
assert prop_field.get_entity_data_by_id(23) == [60]
"""
assert prop_field.elementary_data_count == 1400
assert prop_field.elementary_data_shape == 1
assert prop_field.location == locations.elemental
Expand Down

0 comments on commit 8a66a2b

Please sign in to comment.