Skip to content

Commit

Permalink
Add hourly variables tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gnrgomes committed Mar 18, 2024
1 parent 6915c76 commit fee1a7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_gridding.py
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ def test_generate_netcdf_hourly(self):
reference = Dataset(reference_output)
out = Dataset(output_netcdf)

self.compare_netcdfs(out, reference, variable_name='pr1')
self.compare_netcdfs(out, reference, variable_name=variable_code)

out = None
reference = None

0 comments on commit fee1a7b

Please sign in to comment.