We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2de6d1c commit 1df1f91Copy full SHA for 1df1f91
test/interface.jl
@@ -51,11 +51,6 @@ Base.@irrational theodorus 1.73205080756887729353 sqrt(big(3))
51
i_theodorus() = MA.promote_operation(+, Int, typeof(theodorus))
52
@test i_theodorus() == Float64
53
alloc_test(i_theodorus, 0)
54
- # test _instantiate(::Type{S}) where {S<:Irrational} return value
55
- @test MA._instantiate(typeof(π)) == π
56
- @test MA._instantiate(typeof(MathConstants.catalan)) ==
57
- MathConstants.catalan
58
- @test MA._instantiate(typeof(theodorus)) == theodorus
59
end
60
61
0 commit comments