Skip to content

Commit

Permalink
Fix water test needing SSP input in test_context
Browse files Browse the repository at this point in the history
  • Loading branch information
adrivinca committed Nov 13, 2024
1 parent be570c6 commit bbab7e9
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,11 @@ def test_cool_tec(request, test_context, RCP):
test_context.time = "year"
test_context.nexus_set = "nexus"
# TODO add
test_context.RCP = RCP
test_context.REL = "med"
test_context.update(
RCP=RCP,
REL="med",
ssp="SSP2",
)

# TODO: only leaving this in so you can see which data you might want to assert to
# be in the result. Please remove after adapting the assertions below:
Expand Down

0 comments on commit bbab7e9

Please sign in to comment.