Skip to content

Commit c3c807d

Browse files
Merge pull request #177 from SciML/ChrisRackauckas-patch-1
Remove unnecessary Juno init and reduce using times
2 parents 3bcd0a5 + ff66075 commit c3c807d

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/init.jl

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
11
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-
82
@require ApproxFun="28f2ccd6-bb30-5033-b560-165f7b14dc2f" begin
93
RecursiveArrayTools.recursive_unitless_eltype(a::ApproxFun.Fun) = typeof(a)
104
RecursiveArrayTools.recursive_unitless_bottom_eltype(a::ApproxFun.Fun) = recursive_unitless_bottom_eltype(ApproxFun.coefficients(a))

0 commit comments

Comments
 (0)