Dario Panici
Dario Panici
@dpanici look at Fu paper and replace with different objective
https://github.com/PlasmaControl/DESC/compare/5cd7ebde563258f754a0401d9da6aa143bc3376f...Gamma_c the diff page btwn the commit Kaya mentioned and the current Gamma_c branch
I won't have time to debug tonight/tmrw, but will look more this weekend. thanks for starting to look into this so quickly though. on `Gamma_c` I see the same bug...
Same error occurs in #1290 , once I find the specific cause I can commit a fix
Yep the fix in #1229 is actually pretty simple, Greta basically changed the way `rho` is passed from being an array which is in `constants` to instead being through the...
Hm what is the error message actually? that seems different than what we get (ours is an np logical array, not quite related to shape mismatches which is what yours...
> I accidentally ran the [the tutorial's optimization cell block 6](https://github.com/PlasmaControl/DESC/blob/ku/fourier_bounce_neo/docs/notebooks/tutorials/EffectiveRipple.ipynb) another time after the optimization completes successfully, and I get the same error. JIT caching is not done there,...
Check if @rahulgaur104 's ballooning objective is also affected by this
@gretahibbard Can you wait to close until the necessary changes are made to #1003 , #1042 and #1290 ?
Some other things I've noticed (running on `ripple` branch #1003 ): This is a cell I run in jupyter, when I run it from a clean start it actually runs...