Skip to content

Commit

Permalink
[dace] Fix previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
edopao committed Sep 11, 2023
1 parent 4b34b8b commit c7c3bd6
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/next_tests/integration_tests/cases.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
Koff,
Vertex,
fieldview_backend,
fieldview_backend_no_dace_exec,
reduction_setup,
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
)
from next_tests.integration_tests.feature_tests.ffront_tests.ffront_test_utils import (
fieldview_backend,
fieldview_backend_no_dace_exec,
)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
)
from next_tests.integration_tests.feature_tests.ffront_tests.ffront_test_utils import (
fieldview_backend,
fieldview_backend_no_dace_exec,
reduction_setup,
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
)
from next_tests.integration_tests.feature_tests.ffront_tests.ffront_test_utils import (
fieldview_backend,
fieldview_backend_no_dace_exec,
reduction_setup,
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
)
from next_tests.integration_tests.feature_tests.ffront_tests.ffront_test_utils import (
fieldview_backend,
fieldview_backend_no_dace_exec,
reduction_setup,
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
)
from next_tests.integration_tests.feature_tests.ffront_tests.ffront_test_utils import (
fieldview_backend,
fieldview_backend_no_dace_exec,
)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
cartesian_case,
cartesian_case_no_dace_exec,
fieldview_backend,
fieldview_backend_no_dace_exec,
)
from next_tests.past_common_fixtures import (
copy_program_def,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
from next_tests.integration_tests.feature_tests.ffront_tests.ffront_test_utils import (
Cell,
fieldview_backend,
fieldview_backend_no_dace_exec,
size,
)

Expand Down

0 comments on commit c7c3bd6

Please sign in to comment.