Skip to content

Commit

Permalink
change test data to ones
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdudfield committed Nov 4, 2024
1 parent 076f771 commit 3f99dda
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 @@ -158,7 +158,7 @@ def make_sat_data(test_t0, delay_mins, freq_mins):

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

Expand Down

0 comments on commit 3f99dda

Please sign in to comment.