Skip to content

Commit b5caf8b

Browse files
committed
Fix Black formatting: add blank line before function definition
1 parent a1cc90a commit b5caf8b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arviz/tests/base_tests/test_stats.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -883,6 +883,7 @@ def test_bayes_factor():
883883
assert bf_dict0["BF10"] > bf_dict0["BF01"]
884884
assert bf_dict1["BF10"] < bf_dict1["BF01"]
885885

886+
886887
def test_compare_sorting_consistency():
887888
chains, draws = 4, 1000
888889

0 commit comments

Comments
 (0)