Skip to content

Commit 9c752bd

Browse files
Merge pull request #476 from SciML/TerminalPDEProblem_fix
TerminalPDEProblem REPL error
2 parents 9608b2e + 6a69a32 commit 9c752bd

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)