Skip to content

Commit d4e5c9f

Browse files
authored
Merge branch 'master' into dev
2 parents e4b1f39 + ed14955 commit d4e5c9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/losses/test_multilabel_supcon_loss.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ def test_xbm_multisupcon_val(self):
9090
self.test_xbm_multisupcon_val_gt[dtype][b],
9191
atol=1e-2 if dtype == torch.float16 else 1e-4))
9292

93-
93+
9494
def test_with_no_valid_pairs(self):
9595
for dtype in TEST_DTYPES:
9696
embedding_angles = [0]

0 commit comments

Comments
 (0)