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 c9b3005 commit 2aacf3fCopy full SHA for 2aacf3f
tests/test_builders.py
@@ -35,7 +35,7 @@
35
(["roms"], "ROMSBuilder", {}, 4, 4, 1),
36
(["access-esm1-6"], "AccessEsm16Builder", {"ensemble": False}, 20, 20, 7),
37
(["woa"], "WoaBuilder", {}, 7, 7, 2),
38
- (["cmip6"], "Cmip6Builder", {}, 74, 73, 14),
+ (["cmip6"], "Cmip6Builder", {"ensemble": False}, 74, 73, 14),
39
],
40
)
41
@pytest.mark.filterwarnings("ignore:Time coordinate does not include bounds")
0 commit comments