Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dfulu committed Nov 20, 2023
1 parent 5cf504c commit db97cdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ def sat_data():

# Add data to dataset
ds["data"] = xr.DataArray(
np.zeros([len(ds[c]) for c in ds.coords]),
np.ones([len(ds[c]) for c in ds.coords]),
coords=ds.coords,
)

Expand Down

0 comments on commit db97cdc

Please sign in to comment.