Skip to content

Commit

Permalink
2d restarts has box inconsistency? :/
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilipDeegan committed Feb 8, 2024
1 parent 3b457ee commit a5b43b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/simulator/test_restarts.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@


def permute(dic, expected_num_levels):
from pyphare.pharein.simulation import supported_dimensions
# from pyphare.pharein.simulation import supported_dimensions # eventually

dims = supported_dimensions()
dims = [1] # supported_dimensions()
return [
[dim, interp, dic, expected_num_levels] for dim in dims for interp in [1, 2, 3]
]
Expand Down

0 comments on commit a5b43b7

Please sign in to comment.