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 1ad566d commit de88aa2Copy full SHA for de88aa2
src/DiffEqBase.jl
@@ -22,8 +22,6 @@ PrecompileTools.@recompile_invalidations begin
22
23
using MuladdMacro, Parameters
24
25
- using Reexport
26
-
27
using Statistics
28
29
using FastBroadcast: @.., True, False
@@ -50,7 +48,8 @@ PrecompileTools.@recompile_invalidations begin
50
48
import PreallocationTools
51
49
52
import FunctionWrappersWrappers
53
- @reexport using SciMLBase
+
+ using SciMLBase
54
55
using SciMLOperators: AbstractSciMLOperator, AbstractSciMLScalarOperator
56
@@ -107,6 +106,9 @@ PrecompileTools.@recompile_invalidations begin
107
106
import Tricks
108
end
109
+using Reexport
110
+Reexport.@reexport using SciMLBase
111
112
SciMLBase.isfunctionwrapper(x::FunctionWrapper) = true
113
114
"""
0 commit comments