Skip to content

Commit

Permalink
Fixed linting from plot_sbc_histogram
Browse files Browse the repository at this point in the history
  • Loading branch information
jerrymhuang committed Oct 31, 2024
1 parent e290506 commit 95881af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bayesflow/diagnostics/plot_sbc_histogram.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def plot_sbc_histograms(
logger = logging.getLogger()
logger.setLevel(logging.INFO)
logger.info(
f"The ratio of simulations / posterior draws should be > 20 "
"The ratio of simulations / posterior draws should be > 20 "
+ f"for reliable variance reduction, but your ratio is {ratio}.\
Confidence intervals might be unreliable!"
)
Expand Down

0 comments on commit 95881af

Please sign in to comment.