Skip to content

Commit

Permalink
Mark bc test as flaky
Browse files Browse the repository at this point in the history
  • Loading branch information
ppinchuk committed Aug 14, 2024
1 parent 6202763 commit e1846c3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_bc.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@
"""

import numpy as np
from flaky import flaky

from rex.temporal_stats.temporal_stats import cdf
from rex.utilities.bc_utils import QuantileDeltaMapping


@flaky(max_runs=3, min_passes=1)
def test_qdm():
"""Test basic QuantileDeltaMapping functionality with dummy distributions
Expand Down

0 comments on commit e1846c3

Please # to comment.