Skip to content

Commit

Permalink
no real need to test for this metric
Browse files Browse the repository at this point in the history
  • Loading branch information
Romain committed Jan 15, 2025
1 parent bdfbacd commit 60e8e10
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions xnemogcm/test/test_metrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ def test_get_metrics(data_path):
def test_calculate_all_metrics(data_path):
p = data_path / "open_and_merge"
ds = open_nemo_and_domain_cfg(nemo_files=p, domcfg_files=p)
print(ds["e3t"])
tsrentren
ds_full_metrics = compute_missing_metrics(ds.copy())
for i in ["e3t", "e3u", "e3v", "e3f", "e3w", "e3uw", "e3vw", "e3fw"]:
assert i in ds_full_metrics
Expand Down

0 comments on commit 60e8e10

Please sign in to comment.