Skip to content

Commit 75e049f

Browse files
committed
bump compat of SciMLBase to fix piracy error
1 parent 5ba859a commit 75e049f

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ OrdinaryDiffEqCore = "1"
6161
OrdinaryDiffEqTsit5 = "1"
6262
Pkg = "1"
6363
Random = "1"
64-
SciMLBase = "2"
64+
SciMLBase = "2.105"
6565
SciMLOperators = "1.4"
6666
SparseArrays = "1"
6767
SpecialFunctions = "2"

src/time_evolution/time_evolution.jl

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -504,14 +504,6 @@ end
504504
end
505505
end
506506

507-
#TODO: Remove when a new release of SciMLBase.jl >2.104.0 is available
508-
(f::SDEFunction)(du, u, p, t) =
509-
if f.f isa AbstractSciMLOperator
510-
f.f(du, u, u, p, t)
511-
else
512-
f.f(du, u, p, t)
513-
end
514-
515507
#######################################
516508

517509
function liouvillian_floquet(

0 commit comments

Comments
 (0)