Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
samueljackson92 committed Dec 18, 2024
1 parent 8c5b7ba commit c1f69db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_transforms.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def test_rename_dimensions(fake_dataset):
fake_dataset = fake_dataset.rename_dims({"time": "timesec"})
fake_dataset = fake_dataset.rename_vars({"time": "timesec"})

transform = RenameDimensions()
transform = RenameDimensions("mappings/mast/dimensions.json")
dataset = transform(fake_dataset)

assert "time" in dataset.coords
Expand Down

0 comments on commit c1f69db

Please sign in to comment.