Skip to content

Commit 96b0be7

Browse files
committed
removed git_convergenc_test wrong branch
1 parent 31e2411 commit 96b0be7

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

mhkit/tests/river/test_io_d3d.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -367,15 +367,6 @@ def test_turbulent_intensity(self):
367367
ucx_size = np.size(ucx["ucx"])
368368
self.assertEqual(TI_size, ucx_size)
369369

370-
def test_calculate_grid_convergence_index(self):
371-
fine_grid = np.array([1.0, 2.0, 3.0])
372-
coarse_grid = np.array([0.5, 1.5, 2.5])
373-
refinement_ratio = 2.0
374-
gci = river.io.d3d.calculate_grid_convergence_index(
375-
fine_grid, coarse_grid, refinement_ratio
376-
)
377-
assert_array_almost_equal(gci, np.array([0.2083, 0.1042, 0.0694]), decimal=3)
378-
379370

380371
if __name__ == "__main__":
381372
unittest.main()

0 commit comments

Comments
 (0)