Skip to content

Commit

Permalink
Merge branch 'master' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
QibinLiang committed Oct 11, 2023
2 parents e4b1f39 + ed14955 commit d4e5c9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/losses/test_multilabel_supcon_loss.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def test_xbm_multisupcon_val(self):
self.test_xbm_multisupcon_val_gt[dtype][b],
atol=1e-2 if dtype == torch.float16 else 1e-4))


def test_with_no_valid_pairs(self):
for dtype in TEST_DTYPES:
embedding_angles = [0]
Expand Down

0 comments on commit d4e5c9f

Please sign in to comment.