Skip to content

Commit

Permalink
Merge pull request #418 from NannyML/fix_blueprint1
Browse files Browse the repository at this point in the history
fix plot blueprint metric typo
  • Loading branch information
nnansters authored Sep 6, 2024
2 parents c550e6c + 8a70126 commit 1273dc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nannyml/plots/blueprints/metrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ def _plot_metric( # noqa: C901
showlegend=show_in_legend,
)

if analysis_upper_confidence_boundary is not None and analysis_upper_confidence_boundary is not None:
if analysis_upper_confidence_boundary is not None and analysis_lower_confidence_boundary is not None:
figure.add_confidence_band(
upper_confidence_boundaries=analysis_upper_confidence_boundary,
lower_confidence_boundaries=analysis_lower_confidence_boundary,
Expand Down

0 comments on commit 1273dc8

Please sign in to comment.