Skip to content

Commit

Permalink
Remove use of named tuple now that test has been simplified
Browse files Browse the repository at this point in the history
  • Loading branch information
bikegeek committed Dec 6, 2024
1 parent 9065f48 commit 3cf4a90
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions METreformat/test/test_reformatting.py
Original file line number Diff line number Diff line change
Expand Up @@ -789,8 +789,6 @@ def test_ecnt_reformat_for_agg():
# Check that the reformatting worked and produced results (i.e. a dataframe with more than 0 rows)
assert (reformatted_df.shape[0] > 0)

ExpectedValues = namedtuple('ExpectedValues', 'total, n_ens, crps, ign')

# Get the values from the first row of the raw data, these are expected values.
expected_total = stat_data.iloc[0]['0']
expected_n_ens = stat_data.iloc[0]['1']
Expand Down

0 comments on commit 3cf4a90

Please sign in to comment.