Skip to content

Commit

Permalink
Allow overlap
Browse files Browse the repository at this point in the history
  • Loading branch information
rowleya committed Feb 21, 2024
1 parent caab9ea commit b2a0ff9
Showing 1 changed file with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -299,13 +299,11 @@ def test_fixed_only():


def test_overlap():
# This should work here; overlap is allowed provided routes don't overlap
# (which is found elsewhere)
unittest_setup()
create_graphs_only_fixed(overlap=True)
try:
flexible_allocate([])
raise ValueError
except PacmanRouteInfoAllocationException:
pass
flexible_allocate([])


def test_no_edge():
Expand Down

0 comments on commit b2a0ff9

Please sign in to comment.