We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6a6c66 commit 11d8782Copy full SHA for 11d8782
dodola/tests/test_core.py
@@ -142,7 +142,7 @@ def test_adjust_quantiledeltamapping_include_quantiles():
142
include_quantiles=True,
143
)
144
# check that quantiles are contained in output
145
- assert "sim_q" in adjusted_ds["scen"].coords
+ assert "sim_q" in adjusted_ds[target_variable].coords
146
147
148
def test_adjust_quantiledeltamapping_year_output_time():
0 commit comments