forked from schism-dev/pyschism
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated mesh submodule, coverage decreased but will add tests on next…
… commit
- Loading branch information
Showing
15 changed files
with
1,022 additions
and
518 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,4 @@ | ||
import importlib | ||
from pyschism.mesh import Mesh | ||
|
||
__all__ = [ | ||
"Mesh" | ||
] | ||
|
||
if importlib.util.find_spec("colored_traceback") is not None: | ||
from importlib import util | ||
if util.find_spec("colored_traceback") is not None: | ||
import colored_traceback | ||
colored_traceback.add_hook(always=True) |
File renamed without changes.
Empty file.
Oops, something went wrong.