Skip to content

Commit

Permalink
ci: fix daily min-requirements (#1557)
Browse files Browse the repository at this point in the history
Failure introduced after #1544,
but was wrong before.
  • Loading branch information
havogt committed Jun 20, 2024
1 parent 93fa6f6 commit 374df48
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -596,7 +596,7 @@ class TestNotSpecifiedTwoOptionalFields(TestTwoOptionalFields):
class TestNon3DFields(gt_testing.StencilTestSuite):
dtypes = {"field_in": np.float64, "another_field": np.float64, "field_out": np.float64}
domain_range = [(4, 10), (4, 10), (4, 10)]
backends = ["gt:cpu_ifirst", "gt:cpu_kfirst", "gt:gpu", "dace:cpu", "dace:gpu"]
backends = ALL_BACKENDS
symbols = {
"field_in": gt_testing.field(
in_range=(-10, 10), axes="K", boundary=[(0, 0), (0, 0), (0, 0)]
Expand Down

0 comments on commit 374df48

Please sign in to comment.