Skip to content

Commit

Permalink
remove test
Browse files Browse the repository at this point in the history
  • Loading branch information
juliettelavoie committed Jan 8, 2025
1 parent 32350ff commit 4ebc4c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_biasadjust.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,14 @@ def test_preprocess(self):
dhist360,
var="tas",
period=["2001", "2002"],
adapt_freq={"thresh": "2 K"},
# adapt_freq={"thresh": "2 K"}, #FIXME: put back the test when xclim 0.55 is released, https://github.com/Ouranosinc/xclim/pull/2038/files
jitter_over={"upper_bnd": "3 K", "thresh": "2 K"},
jitter_under={"thresh": "2 K"},
)

assert out.attrs["train_params"] == {
"maximal_calendar": "noleap",
"adapt_freq": {"thresh": "2 K"},
# "adapt_freq": {"thresh": "2 K"}, #FIXME: put back the test when xclim 0.55 is released, https://github.com/Ouranosinc/xclim/pull/2038/files
"jitter_over": {"upper_bnd": "3 K", "thresh": "2 K"},
"jitter_under": {"thresh": "2 K"},
"var": ["tas"],
Expand Down

0 comments on commit 4ebc4c3

Please sign in to comment.