Skip to content

Commit

Permalink
update test_zco_uniform to 1D
Browse files Browse the repository at this point in the history
  • Loading branch information
oceandie committed Jun 11, 2021
1 parent 5a4ab38 commit e94dad4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pydomcfg/tests/test_zco.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def test_zco_uniform():
jpk = 51

# Bathymetry dataset
ds_bathy = Bathymetry(1000.0, 1200.0, 100, 200).flat(5000.0)
ds_bathy = Bathymetry(1000.0, 1200.0, 1, 1).flat(5000.0)

# zco grid generator
zco = Zco(ds_bathy, jpk)
Expand Down

0 comments on commit e94dad4

Please sign in to comment.