Skip to content

Commit

Permalink
Fixed test case failure
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronzedwick committed Oct 2, 2024
1 parent 96991e2 commit 1533200
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_remap.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ def test_source_data_remap(self):

# Open source and destination datasets to remap to
source_uxds = ux.open_dataset(mpasfile_QU, mpasfile_QU)
destination_grid = ux.open_dataset(gridfile_geoflow)
destination_grid = ux.open_grid(gridfile_geoflow)

# Remap from `face_centers`
face_centers = source_uxds['latCell'].remap.nearest_neighbor(
Expand Down

0 comments on commit 1533200

Please sign in to comment.