Skip to content

Commit

Permalink
v0.6 changes
Browse files Browse the repository at this point in the history
  • Loading branch information
montyvesselinov committed May 20, 2017
1 parent 084ac19 commit bf501f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtests.jl
Expand Up @@ -134,7 +134,7 @@ end

anasolfunctionnames = ["long_bbb_ddd_iir_c", "long_bbb_bbb_iir_c"]
for anasolfunctionname in anasolfunctionnames
@Base.Test.test_approx_eq_eps testmadsc(anasolfunctionname) 0. 1e-10
@Base.Test.test isapprox(testmadsc(anasolfunctionname), 0.; atol=1e-10)
end
include("newtest.jl")
end
Expand Down

0 comments on commit bf501f7

Please sign in to comment.