Skip to content

Commit

Permalink
Updated mesh submodule, coverage decreased but will add tests on next…
Browse files Browse the repository at this point in the history
… commit
  • Loading branch information
jreniel committed Jan 25, 2020
1 parent 00cf32f commit 2e9b009
Show file tree
Hide file tree
Showing 15 changed files with 1,022 additions and 518 deletions.
10 changes: 2 additions & 8 deletions pyschism/__init__.py
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 added pyschism/mesh/_2dm.py
Empty file.
Loading

0 comments on commit 2e9b009

Please sign in to comment.