Skip to content

Commit a731cb5

Browse files
committed
adding one stupid blank line
1 parent bb3e4d1 commit a731cb5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_diagnostics/test_diagnostics_metrics.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ def test_metric_calibration_error(random_estimates, random_targets, var_names):
4343
out = bf.diagnostics.metrics.calibration_error(random_estimates, random_targets, test_quantities=test_quantities)
4444
assert out["values"].shape[0] == len(test_quantities) + num_variables(random_estimates)
4545

46+
4647
def test_posterior_contraction(random_estimates, random_targets):
4748
# basic functionality: automatic variable names
4849
out = bf.diagnostics.metrics.posterior_contraction(random_estimates, random_targets)

0 commit comments

Comments
 (0)