File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments