Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
StannisMod committed Oct 20, 2023
1 parent cafee6d commit e9304f8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/scheduler/timeline/zone_timeline_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ def setup_landscape_config(request) -> LandscapeConfiguration:
match costs_mode:
case 0:
time_costs = np.array([
[0, 1000, 1000],
[1000, 1000, 1000],
[1000, 1000, 1000]
[0, 0, 0],
[0, 0, 0],
[0, 0, 0]
])
case 1:
time_costs = np.array([
[0, 0, 0],
[0, 1000, 1000],
[0, 1000, 1000],
[0, 1000, 1000]
])
Expand Down

0 comments on commit e9304f8

Please sign in to comment.