Skip to content

Commit

Permalink
test: refactor test data
Browse files Browse the repository at this point in the history
  • Loading branch information
anujsinha3 committed Mar 25, 2024
1 parent a0823ca commit fa1154d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion echopype/tests/calibrate/test_cal_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ def test_sanitize_user_cal_dict(sonar_type, user_dict, channel, out_dict):
coords={"ping_time": TIME_COORDINATES, "channel": ["chA", "chB"]},
),
xr.DataArray(
np.vstack([np.full(200, 2000), np.full(200, np.nan)]),
np.vstack([DATA[0,:], np.full(200, np.nan)]),
dims=["channel", "ping_time"],
coords={"ping_time": TIME_COORDINATES, "channel": ["chA", "chB"]},
),
Expand Down

0 comments on commit fa1154d

Please sign in to comment.