You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some solvers use thread = OrdinaryDiffEq.True(), other use threading = true,
even though to me it looks like these keywords represent the same functionality.
It would be good to make this uniform for the next breaking release #2310 .
The text was updated successfully, but these errors were encountered:
They should all use the Static.jl form so that it can be handled at compile time. It shouldn't be true/false either, since PolyesterThreads is an answer. IIRC there is a 3 valued logic version defined.
Some solvers use
thread = OrdinaryDiffEq.True()
, other usethreading = true
,even though to me it looks like these keywords represent the same functionality.
It would be good to make this uniform for the next breaking release #2310 .
The text was updated successfully, but these errors were encountered: