James Hammond

Results 8 comments of James Hammond

System info: ``` julia> versioninfo() Julia Version 1.8.2 Commit 36034abf26 (2022-09-29 15:21 UTC) Platform Info: OS: Windows (x86_64-w64-mingw32) CPU: 16 × 11th Gen Intel(R) Core(TM) i7-11800H @ 2.30GHz WORD_SIZE: 64...

Additionally, while here, is there means to resize the history function when resizing the system? Otherwise the new system component will lack initial conditions. If there is not I will...

Yeah while debugging last night it seemed to be an issue with the [cache](https://github.com/SciML/OrdinaryDiffEq.jl/blob/cc46ec8bbcc18575e73f6efb218a0a681064e054/src/misc_utils.jl#L22) macro in OrdinaryDiffEq. Changing the algorithm to BS3() or Euler() and we get the same issue,...

Interestingly if we define a work-around ``` OrdinaryDiffEq.full_cache(x::OrdinaryDiffEq.Tsit5ConstantCache) = [[]] ``` we get a similar error further down the `resize!` function ``` ERROR: MethodError: no method matching resize!(::DelayDiffEq.FPFunctionalConstantCache, ::Int64) Closest...

This made we wonder if resizing DDE systems is a capability we have yet in DelayDiffEq.jl? Do we have examples that work I could copy from?

Thanks, that's helpful. I'm still not sure how we're supposed to handle the history function when resizing the problem? Aware this is now tangential so happy to move this to...

Okay, for some reason I was getting errors to do with the size of the `h` function not matching the new size of `u`, however in a fresh REPL `h(u,...

I'm getting the same error with same behaviour - code works fine otherwise now broken. Slurm version is slurm 20.11.7 and cluster admin confirms there's been no upgrade over the...