Skip to content

Commit

Permalink
add todo
Browse files Browse the repository at this point in the history
  • Loading branch information
patricktnast committed Nov 26, 2024
1 parent 32cc629 commit 1837030
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_risk_distributions.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ def test_cdf(test_data, distribution):
test_distribution = distribution(mean=mean, sd=sd)
x_min, x_max = test_distribution.parameters.x_min, test_distribution.parameters.x_max

# TODO MIC-5595: Find and fix places where inputs are mutated in-place
test_x = test_distribution.ppf(test_q.copy())

# ppf can generate the value outside of the range(x_min, x_max) which will make nan if we use it in cdf.
Expand Down

0 comments on commit 1837030

Please sign in to comment.