Yassin ElBedwihy
Yassin ElBedwihy
> Tests fail I'll take a look at it asap.
Hi @ChrisRackauckas , the error stems from lines 262-264 in ./src/solver/preprocess.jl Here is the problem: ```julia julia> some_expr = unwrap(1 + S) 1 + S(t) julia> args = Symbolics.arguments(some_expr) 2-element...
This reconstruction above can be removed actually. And i have a branch that does so, last problem is now #1323 ; I'll make a PR after that's fixed
@ChrisRackauckas i did, this is very weird
@AayushSabharwal is ths related to your PR?
Hi @Bumblebee00 > First of all the method solve_for is deprecated and symbolic_linear_solve should be used. This function uses the function linear_expansion to separate a linear expression of the type...
This is made to aid the testing of https://github.com/SciML/SimpleBoundaryValueDiffEq.jl/pull/13
Writing that many problems in SimpleBoundaryBVP seems overkill, plus we may need these elsewhere, so rewriting them would be bad, what do u think?
Not sure if `@SVector` should be used for all the OOP functions' residual or not, so only the first two problems are that way.
@ChrisRackauckas The author didnt use `symbolic_solve` here; If he did it wouldnt have worked aswel - We do support parameterizing in symbolic_solve but its a little weak right now (the...