Skip to content

Commit

Permalink
update test values
Browse files Browse the repository at this point in the history
  • Loading branch information
warisa-r committed Jun 25, 2024
1 parent b22476e commit 2ec41fa
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions test/test_unit.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1705,14 +1705,17 @@ end
#TODO: adjust this value according to the result in the test pipeline
println(ode_algorithm.a_matrix) # Value in CI differs slightly from what I get locally
@test isapprox(ode_algorithm.a_matrix,
[0.27321088155198703 0.01250340416229867
0.4060225225166573 0.022548906054771216
0.534287756076577 0.03714081535199439
0.6549425779583463 0.05934313632736803
0.7621601562844809 0.09498270085837623
0.8446587253087918 0.1553412746912082
0.7719976108598626 0.22800238914013735
0.30700059728503437 0.1929994027149656], atol = 1e-13)
[0.19258805209433105 0.007411947905668948
0.28723273300165075 0.012767266998349255
0.38017685928843065 0.0198231407115694
0.4706744386325171 0.029325561367482902
0.5575742010881195 0.04242579891188053
0.6390910444606461 0.060908955539353826
0.7124869884931394 0.08751301150686068
0.7736366314117405 0.12636336858825947
0.8161317899892583 0.18386821001074174
0.7532715707531655 0.2467284292468345
0.31168210731170864 0.18831789268829138], atol = 1e-13)
end

@testset "Sutherlands Law" begin
Expand Down

0 comments on commit 2ec41fa

Please sign in to comment.