Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Aug 9, 2024
1 parent 2c4ad14 commit d3a70da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit_tests/score/test_scores.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ def test_bic_score_preserves_decomposability():
print("Testing %s" % score_fun)
full_score = score_fun.full_score(self.true_A)
acc = 0
for (j, pa) in self.factorization:
for j, pa in self.factorization:
local_score = score_fun.local_score(j, pa)
print(" ", j, pa, local_score)
acc += local_score
Expand Down

0 comments on commit d3a70da

Please sign in to comment.