Skip to content

Commit

Permalink
Merge cced5b6 into 4877632
Browse files Browse the repository at this point in the history
  • Loading branch information
benelsen committed Aug 14, 2018
2 parents 4877632 + cced5b6 commit 4919590
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/utils-tests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ end
@test @inferred(imf([0.1, 0.01], [-0.6, -1], [ 0.007, 1.8, 110]))
[0.49627714725007616, 1.9757149090208912]
@test imf.([[3],[5]], [[-1.35], [-0.6, -1.7]], [[0.1, 100], [0.007, 1.8, 110]])
[0.038948937298846235, 0.027349915327755464]
[[0.038948937298846235], [0.027349915327755464]]
end

# The values used for the testset are from running the code. However they have been
Expand Down

0 comments on commit 4919590

Please sign in to comment.