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.
2 parents 3bcd0a5 + ff66075 commit c3c807dCopy full SHA for c3c807d
src/init.jl
@@ -1,10 +1,4 @@
1
function __init__()
2
- @require Juno="e5e0dc1b-0480-54bc-9374-aad01c23163d" begin
3
- # Juno Rendering
4
- Juno.render(i::Juno.Inline, x::ArrayPartition) = Juno.render(i, Juno.defaultrepr(x))
5
- Juno.render(i::Juno.Inline, x::AbstractVectorOfArray) = Juno.render(i, Juno.defaultrepr(x))
6
- end
7
-
8
@require ApproxFun="28f2ccd6-bb30-5033-b560-165f7b14dc2f" begin
9
RecursiveArrayTools.recursive_unitless_eltype(a::ApproxFun.Fun) = typeof(a)
10
RecursiveArrayTools.recursive_unitless_bottom_eltype(a::ApproxFun.Fun) = recursive_unitless_bottom_eltype(ApproxFun.coefficients(a))
0 commit comments