Skip to content

Commit 11d8782

Browse files
committed
another test fix
1 parent c6a6c66 commit 11d8782

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dodola/tests/test_core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ def test_adjust_quantiledeltamapping_include_quantiles():
142142
include_quantiles=True,
143143
)
144144
# check that quantiles are contained in output
145-
assert "sim_q" in adjusted_ds["scen"].coords
145+
assert "sim_q" in adjusted_ds[target_variable].coords
146146

147147

148148
def test_adjust_quantiledeltamapping_year_output_time():

0 commit comments

Comments
 (0)