Skip to content

Commit

Permalink
remove clim eta property and test
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Moodie authored and ericbarefoot committed Jun 13, 2020
1 parent 6b476d8 commit 6ced8d2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions pyDeltaRCM/init_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -346,8 +346,6 @@ def create_domain(self):
self.inlet = list(np.unique(np.where(self.cell_type == 1)[1]))
self.eta[:] = self.stage - self.depth

self.clim_eta = (-self.h0 - 1, 0.05)

def init_stratigraphy(self):
"""Creates sparse array to store stratigraphy data.
"""
Expand Down
4 changes: 0 additions & 4 deletions tests/test_init_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,3 @@ def test_sfc_visit(test_DeltaModel):

def test_sfc_sum(test_DeltaModel):
assert np.any(test_DeltaModel.sfc_sum) == 0


def test_clim_eta(test_DeltaModel):
assert test_DeltaModel.clim_eta == (-2, 0.05)

0 comments on commit 6ced8d2

Please sign in to comment.