Skip to content

Commit

Permalink
Update sbi/analysis/plot.py
Browse files Browse the repository at this point in the history
Co-authored-by: Jan <[email protected]>
  • Loading branch information
Matthijspals and janfb authored Apr 4, 2024
1 parent be387ec commit ccc6577
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sbi/analysis/plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -484,8 +484,7 @@ def probs2contours(
include a given proportion of samples, i.e., 0.1 specifies where the top
10% of the density is.
Returns:
contors: array
Array of same shape as probs with percentile labels. Values in output array
contours: Array of same shape as probs with percentile labels. Values in output array
denote labels which percentile bin the probability mass belongs to.
Example: for levels = [0.1, 0.5], output array will take on values [1.0, 0.5, 0.1],
Expand Down

0 comments on commit ccc6577

Please sign in to comment.