Skip to content

Commit

Permalink
Fixed failing unit test by removing refernce to
Browse files Browse the repository at this point in the history
Ensemble._nobs_band_cols field
  • Loading branch information
wenneman committed Oct 6, 2023
1 parent 0812e86 commit 8d65f23
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tests/tape_tests/test_ensemble.py
Original file line number Diff line number Diff line change
Expand Up @@ -299,9 +299,8 @@ def test_read_source_dict(dask_client):
assert src_table.iloc[i][ens._err_col] == rows[ens._err_col][i]

# Check that the derived object table is correct.
assert obj_table.shape[0] == 2
assert obj_table.iloc[0][ens._nobs_tot_col] == 4
assert obj_table.iloc[1][ens._nobs_tot_col] == 5
assert 8001 in obj_table.index
assert 8002 in obj_table.index


def test_insert(parquet_ensemble):
Expand Down

0 comments on commit 8d65f23

Please sign in to comment.