Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions docs/docstrings/top/exceptions.md

This file was deleted.

1 change: 0 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ nav:
- "boilerplate": docstrings/top/boilerplate.md
- "buffer": docstrings/top/buffer.md
- "constants": docstrings/top/constants.md
- "exceptions": docstrings/top/exceptions.md
- "filesystem": docstrings/top/filesystem.md
- "io": docstrings/top/io.md
- "logging": docstrings/top/logging.md
Expand Down
2 changes: 0 additions & 2 deletions ndsl/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
from .dsl.ndsl_runtime import NDSLRuntime
from .dsl.stencil import FrozenStencil, GridIndexing, StencilFactory, TimingCollector
from .dsl.stencil_config import CompilationConfig, RunMode, StencilConfig
from .exceptions import OutOfBoundsError
from .halo.data_transformer import HaloExchangeSpec
from .halo.updater import HaloUpdater, HaloUpdateRequest, VectorInterfaceHaloUpdater
from .initialization import GridSizer, QuantityFactory, SubtileGridSizer
Expand Down Expand Up @@ -62,7 +61,6 @@
"CompilationConfig",
"RunMode",
"StencilConfig",
"OutOfBoundsError",
"HaloExchangeSpec",
"HaloUpdater",
"HaloUpdateRequest",
Expand Down
16 changes: 0 additions & 16 deletions ndsl/exceptions.py

This file was deleted.

2 changes: 1 addition & 1 deletion tests/mpi/test_mpi_mock.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

from ndsl import DummyComm
from ndsl.buffer import recv_buffer
from ndsl.exceptions import ConcurrencyError
from ndsl.comm.local_comm import ConcurrencyError
from tests.mpi.mpi_comm import MPI


Expand Down
8 changes: 0 additions & 8 deletions tests/test_exceptions.py

This file was deleted.