We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e598378 commit dbdb6c4Copy full SHA for dbdb6c4
tests/test_cmor_writer_load_table.py
@@ -43,7 +43,7 @@ def test_write_variable_loads_basename_table_and_defines_axes(fake_cmor, tmp_pat
43
cm.write_variable(ds, "tas", vdef, outdir=outdir)
44
45
# Table basename should be used (resolved by inpath)
46
- assert fake.last_table == "CMIP6_Amon.json"
+ assert fake.last_table == "Amon.json"
47
48
# Axis calls: expect time, latitude, longitude in some order; verify entries exist
49
entries = [a[0] for a in fake.axis_calls]
0 commit comments