Skip to content

Commit 380bd5e

Browse files
radka-jsgreenbury
andauthored
Update autoemulate/core/plotting.py
Co-authored-by: Sam Greenbury <[email protected]>
1 parent 24c861c commit 380bd5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoemulate/core/plotting.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ def coverage_from_distributions(
457457
output_dim==1.
458458
"""
459459
if levels is None:
460-
levels = np.linspace(0.01, 0.99, 49)
460+
levels = np.linspace(0.0, 1.0, 51)
461461
levels = np.asarray(levels)
462462

463463
samples = y_pred.sample((n_samples,))

0 commit comments

Comments
 (0)