Skip to content

Commit

Permalink
Merge pull request #69 from UW-Hydro/develop
Browse files Browse the repository at this point in the history
Merge for conda forge
  • Loading branch information
arbennett committed Jun 17, 2021
2 parents f0ed356 + 80067af commit 5226ca7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bmorph/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from .core.bmorph import bmorph, bmorph_correct, edcdfm, cqm
from .core.bmorph import * #bmorph, bmorph_correct, edcdfm, cqm
from .version import version, short_version
from .evaluation import evaluation, constants, plotting, simple_river_network, descriptive_statistics
#from .evaluation import evaluation, constants, plotting, simple_river_network, descriptive_statistics
import bmorph.core.local_flows as local_flows
import bmorph.core.models as models
import bmorph.core.workflows as workflows
5 changes: 5 additions & 0 deletions bmorph/evaluation/evaluation.py
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
# Placeholder evaluation module
import constants
import descriptive_statistics
import evaluation
import plotting
import simple_river_network

0 comments on commit 5226ca7

Please sign in to comment.