Skip to content

Commit

Permalink
Fix format
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
devmotion and github-actions[bot] authored Jun 3, 2021
1 parent 466c161 commit b647450
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/entropic.jl
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Random.seed!(100)

# compare with POT
c_pot = POT.sinkhorn2(μ, ν, C, eps; numItermax=5_000, stopThr=1e-9)[1]
@test c_pot c rtol=1e-7
@test c_pot c rtol = 1e-7

# ensure that provided plan is used and correct
c2 = sinkhorn2(similar(μ), similar(ν), C, rand(); plan=γ)
Expand Down

0 comments on commit b647450

Please sign in to comment.