Skip to content

Commit

Permalink
Changes to missed exposed modules and clean-up of comments
Browse files Browse the repository at this point in the history
  • Loading branch information
fmalatino committed Feb 27, 2024
1 parent 2b1cb3a commit 7d333b5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 12 deletions.
1 change: 0 additions & 1 deletion ndsl/dsl/caches/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
from .codepath import FV3CodePath
11 changes: 2 additions & 9 deletions ndsl/dsl/dace/__init__.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,2 @@
from .dace_config import DaceConfig, DaCeOrchestration, FrozenCompiledSDFG
from .orchestration import (
_LazyComputepathFunction,
_LazyComputepathMethod,
orchestrate,
orchestrate_function,
)
from .utils import ArrayReport, DaCeProgress, MaxBandwithBenchmarkProgram, StorageReport
from .wrapped_halo_exchange import WrappedHaloUpdater
from .dace_config import DaceConfig, DaCeOrchestration
from .orchestration import orchestrate, orchestrate_function
2 changes: 0 additions & 2 deletions tests/dsl/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +0,0 @@
# from .test_caches import OrchestratedProgam
# from .test_stencil_wrapper import MockFieldInfo

0 comments on commit 7d333b5

Please sign in to comment.