Dario Panici

Results 329 comments of Dario Panici

@dpanici double check that a user can never obtain an equilibrium with a left-handed boundary if using default kwargs (i.e. not intentially passing in `check_orientation=False` ways to make an Equilibrium...

Closing as this is not normally reachable by user unless they explicitly pass `check_orientation=False`.

`ObjectiveFromUser` less useful for this functionlaity than `LinearObjectiveFromUser`

might fix some numerical issues I suspect are happening at higher resolutions in the dommaschk

yea but they need to be differentiable unfortunately. However... since they are a basis, I think I could make some sort of transform matrix for them and pre-compute the basis......

Actually I cannot do that since R,Z,phi are the coordiantes and so we never have a fixed grid in them. I can, however, pre-compute all the factorials and use `math.factorial`...

Implementing this where the parameters must have same name first, should be easier, OR all same object type even

Getting a weird static attr-related error from one of the tests involving using this with an optimizable collection ```python import numpy as np from desc.coils import CoilSet, FourierXYZCoil from desc.objectives...