Skip to content

Commit 6a69a32

Browse files
committed
fix
1 parent 9608b2e commit 6a69a32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NeuralPDE.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Consider `du/dt = l(u) + f(u)`; where l is the nonlinear Lipschitz function
3838
* `x0`: The initial X for the problem.
3939
* `tspan`: The timespan of the problem.
4040
"""
41-
struct TerminalPDEProblem{G,F,Mu,Sigma,X,T,P,A,UD,K} <: DiffEqBase.DEProblem
41+
struct TerminalPDEProblem{G,F,Mu,Sigma,X,T,P,A,UD,K} <: SciMLBase.SciMLProblem
4242
g::G
4343
f::F
4444
μ::Mu

0 commit comments

Comments
 (0)