Skip to content

Commit

Permalink
chore: update the number of timesteps
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisjared committed Jan 23, 2025
1 parent 63eeda8 commit 6ea4833
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ref-metrics-ilamb/tests/unit/test_metrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def metric_dataset(cmip6_data_catalog) -> MetricDataset:

def test_annual_mean(metric_dataset):
annual_mean = calculate_global_mean_timeseries(metric_dataset["cmip6"].path.to_list())
assert annual_mean.time.size == 572
assert annual_mean.time.size == 132


def test_example_metric(tmp_path, cmip6_data_catalog, mocker):
Expand Down

0 comments on commit 6ea4833

Please sign in to comment.