File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -187,12 +187,12 @@ def test_cyc_support_multistage(cyclic_multistage):
187187 )
188188 assert np .allclose (cyc_support .sectors_set_for_expansion (stage_num = 1 ).ids , list (range (0 , 12 )))
189189
190- high_low_map = my_cyclic_support .high_low_map (0 )
190+ high_low_map = cyc_support .high_low_map (0 )
191191 assert np .allclose (high_low_map .get_entity_data_by_id (1446 ), 1447 )
192192 assert np .allclose (high_low_map .get_entity_data_by_id (2946 ), 2948 )
193193 assert np .allclose (high_low_map .get_entity_data_by_id (1452 ), 1466 )
194194
195- low_high_map = my_cyclic_support .low_high_map (1 )
195+ low_high_map = cyc_support .low_high_map (1 )
196196 assert np .allclose (low_high_map .get_entity_data_by_id (995 ), 939 )
197197 assert np .allclose (low_high_map .get_entity_data_by_id (53 ), 54 )
198198 assert np .allclose (low_high_map .get_entity_data_by_id (70 ), 56 )
You can’t perform that action at this time.
0 commit comments