Skip to content

Commit ee630ee

Browse files
author
Pierre-Louis Barbarant
committed
Refactor test parameters in sinkhorn solver tests for clarity
1 parent 97914aa commit ee630ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/solvers/test_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def test_solvers_sinkhorn(pot_method, solver):
2323
nf = 10
2424
eps = 1.0
2525

26-
niters, tol, eval_freq = train_params = 100, 1e-16, 1
26+
niters, tol, eval_freq = 100, 1e-16, 1
2727

2828
ws = torch.ones(ns) / ns
2929
wt = torch.ones(nt) / nt

0 commit comments

Comments
 (0)