Skip to content

Commit

Permalink
call function
Browse files Browse the repository at this point in the history
  • Loading branch information
veenstrajelmer authored Feb 2, 2024
1 parent 90770db commit 0045afd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_ugrid_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -1266,5 +1266,5 @@ def test_laplace_interpolate_1d():


def test_ugriddataset_wrap_twice():
_ = xugrid.UgridDataset(UGRID_DS)
_ = xugrid.UgridDataset(UGRID_DS)
_ = xugrid.UgridDataset(UGRID_DS())
_ = xugrid.UgridDataset(UGRID_DS())

0 comments on commit 0045afd

Please sign in to comment.