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
Running the four blocks of code on the front page of the docs produces three errors, including on both examples of in-place operator application.
Expected behavior
I expected the docs to run as described on the page.
Minimal Reproducible Example 👇
using SciMLOperators
u,v,p,t =rand(4),rand(4), nothing, 0.0
F =FunctionOperator((u,p,t) ->0.0,u,u)
F =cache_operator(F,u)
F(v,u,p,t)
This is a simplified MWE for the error of the three mentioned I'm most interested in; the docs page itself should be a fine MWE for the other two, but let me know if you particularly want something self-contained.
Error & Stacktrace ⚠️
┌ Error: LinearAlgebra.mul! not defined for out-of-place operator FunctionOperator(4×4)
└ @ SciMLOperators ~/.julia/packages/SciMLOperators/778OM/src/func.jl:719
Environment (please complete the following information):
Output of using Pkg; Pkg.status()
Status `~/.julia/dev/CombinatorialSpaces/scimlbug/Project.toml`
[c0aeaf25] SciMLOperators v0.3.10
Output of using Pkg; Pkg.status(; mode = PKGMODE_MANIFEST)
Describe the bug 🐞
Running the four blocks of code on the front page of the docs produces three errors, including on both examples of in-place operator application.
Expected behavior
I expected the docs to run as described on the page.
Minimal Reproducible Example 👇
This is a simplified MWE for the error of the three mentioned I'm most interested in; the docs page itself should be a fine MWE for the other two, but let me know if you particularly want something self-contained.
Error & Stacktrace⚠️
Environment (please complete the following information):
using Pkg; Pkg.status()
using Pkg; Pkg.status(; mode = PKGMODE_MANIFEST)
versioninfo()
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: