We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
preallocation = false
This happens when I put my mesh and generate function in to the decapode function.
generate
It points to this line in my generated function (var"GenSim-M_avg₀₁", avg₀₁) = default_dec_matrix_generate(mesh, :avg₀₁, hodge)
(var"GenSim-M_avg₀₁", avg₀₁) = default_dec_matrix_generate(mesh, :avg₀₁, hodge)
and then this one in operators.jl https://github.com/AlgebraicJulia/Decapodes.jl/blob/main/src/operators.jl#L145
operators.jl
The text was updated successfully, but these errors were encountered:
I'll get on this ASAP. Could you quickly confirm which versions of CombinatorialSpaces, DiagrammaticEquations, and Decapodes you are on?
Sorry, something went wrong.
I'm on Decapodes main, CombinatorialSpaces v0.6.4 DiagrammaticEquations v0.1.3
I see that I can upgrade some stuff, I'll try that
I upgraded and it worked, sorry, should have checked first :)
No worries, Jadon. Ideally, we would specify this with a tighter compat entry. I'll bring this up at the next internal developers meeting.
compat
No branches or pull requests
This happens when I put my mesh and
generate
function in to the decapode function.It points to this line in my generated function
(var"GenSim-M_avg₀₁", avg₀₁) = default_dec_matrix_generate(mesh, :avg₀₁, hodge)
and then this one in
operators.jl
https://github.com/AlgebraicJulia/Decapodes.jl/blob/main/src/operators.jl#L145
The text was updated successfully, but these errors were encountered: