Closed SudoMishra closed 3 years ago
On line 99 the test should be @test isapprox(λ2, log(0.9); rtol = 1e-4) but currently λ1 is used.
@test isapprox(λ2, log(0.9); rtol = 1e-4)
sure, just fix it in your currently open PR
On line 99 the test should be
@test isapprox(λ2, log(0.9); rtol = 1e-4)
but currently λ1 is used.