Skip to content

Commit 69ff361

Browse files
committed
Update move_list_test for oob neighbor distances
1 parent 70ab58e commit 69ff361

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/harness/reference_models/dpa/move_list_test.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ def test_movelist_new_neighborhoods(self):
222222

223223
move_grants, nbor_grants = move_list.moveListConstraint(
224224
point, 3600e6, 3610e6, grants,
225-
50, 2000, -144, 3, (10, 20, 30, 40, 50, 60))
225+
50, 2000, -144, 3, (10, 20, 30, 40, 50, 60, 70, 80))
226226

227227
self.assertListEqual(nbor_grants, grants)
228228
self.assertListEqual(move_grants, [])
@@ -238,7 +238,7 @@ def test_movelist_new_neighborhoods(self):
238238

239239
move_grants, nbor_grants = move_list.moveListConstraint(
240240
point, 3600e6, 3610e6, grants,
241-
50, 2000, -144, 3, (10, 20, 30, 40, 50, 60))
241+
50, 2000, -144, 3, (10, 20, 30, 40, 50, 60, 70, 80))
242242

243243
self.assertListEqual(nbor_grants, [])
244244
self.assertListEqual(move_grants, [])

0 commit comments

Comments
 (0)