Alex Jones
Alex Jones
Getting the same error on Symbolics v4.10 and MTK v8.18
I had a similar problem in MOL, would be nice to have this.
Does WPSet pass down kwargs to the solve? Need to set `wrap=Val(false)`
Status is that I can't work out why this is still failing, could copy out the code and project and try to run manually to debug
you want to use symbolic remake to solve the problem with new params, try using `newprob = remake(prob, p = [a1 => myfloat1, a2 => myfloat2])` then `solve(newprob, ... )`...
I'm getting the same error trying to make web-tree-sitter, I run ``` $ yarn add -D tree-sitter-julia ``` and the same error is thrown. ``` emcc (Emscripten gcc/clang-like replacement +...
You also need to add support for doing the cross/dot product with these, and likely for arrays in general
Ok, going to take a look at using this in neural pde soon, could i please get some clarification on how this is supposed to be used?
I think pde_system_transformation! in MOL handles this, I'll move it to base.
Yes this is a known issue, nobody was able to fix this back when ghost derivs were being implemented and I only noticed recently that they just deleted the test....