Skip to content

Commit

Permalink
Fix typo (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
sarlinpe committed Jan 24, 2024
1 parent bfdae2c commit 365ad7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gluefactory/models/utils/losses.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,5 @@ def nll_loss(self, log_assignment, data):
weights[:, :m, :n] = positive

weights[:, :m, -1] = neg0
weights[:, -1, :m] = neg1
weights[:, -1, :n] = neg1
return weights

0 comments on commit 365ad7b

Please sign in to comment.