Skip to content

Commit

Permalink
MAINT: Update integration tests setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Abel Aoun committed Dec 29, 2023
1 parent c86173d commit 84653b8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/test_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,12 @@ class TestIntegration:
full_data["wsgs_max"].attrs[UNITS_KEY] = "m/s"
full_data["sfcWind"] = data.copy(deep=True)
full_data["sfcWind"].attrs[UNITS_KEY] = "m/s"
full_data["psl"] = data.copy(deep=True)
full_data["psl"].attrs[UNITS_KEY] = "Pa"
full_data["sund"] = data.copy(deep=True)
full_data["sund"].attrs[UNITS_KEY] = "hours"
full_data["hurs"] = data.copy(deep=True)
full_data["hurs"].attrs[UNITS_KEY] = "%"

data_cf_time = xr.DataArray(
data=(np.full(len(TIME_RANGE), 20).reshape((len(TIME_RANGE), 1, 1))),
Expand Down

0 comments on commit 84653b8

Please sign in to comment.