Manuel Razo-Mejia
Manuel Razo-Mejia
I was having the exact same issue and I was able to solve it by setting a `conda` environment with `conda-forge` as the priority channel. These are the steps I...
Thank you very much for your quick response, @mcabbott. Indeed, removing the use of `Zygote.Buffer` removed the mutating array error. But in my full implementation, I now get the same...
Thank you so much for your quick response. I was going to add the versions of the packages, and I completely forgot. For both, `1.9.4` and `1.10+` I am using...
Just did it. ```julia pkg> add TaylorDiff#main Cloning git-repo `https://github.com/JuliaDiff/TaylorDiff.jl.git` Updating git-repo `https://github.com/JuliaDiff/TaylorDiff.jl.git` ``` same error
I am going to sound like a total novice, which I am, but I don't know where that toml file would be located. I am simply using the VSCode extension....
+1 on this request. Being able to document all `@concrete struct`s would be fantastic.
@tansongchen and @mBarreau, I don't think this issue has been resolved; although it does not return an error in `julia 1.10.5`, it does not give the correct answer. on the...
I confirm that the same issue persists for Julia `1.11.0`
Dear @tansongchen, It's been a while since I posted this issue. The problem persists after the newest release of the package. Is there any chance this could be tackled relatively...