File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 474
474
numeqs[i] = substitute (eqs[i], ratemap)
475
475
end
476
476
# Broken but the difference is just numerical, something on the order of 1e-17 times a term
477
- @test_broken all (iszero, simplify (numeqs - S* K* Φ))
478
- @test_broken all (iszero, simplify (numeqs - Y* A_k* Φ))
477
+ @test all (iszero, simplify (numeqs - S* K* Φ))
478
+ @test all (iszero, simplify (numeqs - Y* A_k* Φ))
479
479
480
480
numeqs_ncr = similar (eq_ncr)
481
481
for i in 1 : length (eq_ncr)
503
503
@test isapprox (numeqs, Y* A_k* Φ)
504
504
505
505
numeqs_ncr = [substitute (eq, u0map) for eq in numeqs_ncr]
506
- @test isapprox (numeqs_ncr - S* K* Φ_2)
507
- @test isapprox (numeqs_ncr - Y* A_k* Φ_2)
506
+ @test isapprox (numeqs_ncr, S* K* Φ_2)
507
+ @test isapprox (numeqs_ncr, Y* A_k* Φ_2)
508
508
end
You can’t perform that action at this time.
0 commit comments