HenriLaurie

Results 16 comments of HenriLaurie

Any progress on this? I have a similar problem on a Lenovo running Manjaro, but the compilation messages don't reference LLVM. That is, when I call `SciMLTutorials.open_notebooks()` I get into...

Hm. Running from REPL. Getting precompilation warnings I didn't see in Code-OSS, about ModelingToolkit and Enzyme (under DiffEqFlux). But such warnings shouldn't matter, should they? Anyway, the error remains, same...

Ah thanks. I am in the first place interested because I am using this material for a course I am currently teaching (Julia for ODEs, so I don't mind if...

Yep. A warning (DiffEqFlux precompile, though): ``` [ Info: Precompiling DiffEqFlux [aae7a2af-3d4f-5e19-a356-7da93b79d9d0] WARNING: could not import Compiler.EnzymeCtx into Enzyme ```

v 1.6.2 to be precise. Yes, the warnings are generated by the Pkg...() calls at the start of the file. SOrry, gotta teach

Quick reply -- just a warning

I think I have a related problem. According to the stacktrace, the error is thrown from the following line ``` nn_problem = ContinuousDataDrivenProblem(X̂, tsample, DX = Ŷ) ``` saying that...

Well, unfortunately that will take time. I'll try to get the relevant inputs as data.

By the way I am a bit preoccupied, thanks for the help.

No idea why, but this is what happened: I reproduced the error in a notebook with nothing but hudson_bay.jl code, except that the two matrices in the call were written...