Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianDeconinck committed Feb 5, 2024
1 parent 450173c commit ec39a3b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/unit_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,3 @@ jobs:
- name: Run parallel-cpu tests
run: |
pytest -x tests/mpi
2 changes: 1 addition & 1 deletion tests/dsl/test_caches.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
from gt4py.cartesian.gtscript import PARALLEL, Field, computation, interval
from gt4py.storage import empty, ones

from ndsl.comm.mpi import MPI
from ndsl.dsl.dace import orchestrate
from ndsl.dsl.dace.dace_config import DaceConfig, DaCeOrchestration
from ndsl.dsl.stencil import (
Expand All @@ -10,7 +11,6 @@
StencilConfig,
StencilFactory,
)
from ndsl.comm.mpi import MPI


def _make_storage(
Expand Down

0 comments on commit ec39a3b

Please sign in to comment.