Closed rahulgaur104 closed 9 months ago
I think you just have to set eq.surface._rho = 1
after you load the equilibrium, and then it should run fine. This is because of the changes made in PR #814
We do not officially guaranteed the code to be backwards compatible, but usually it's only minor changes like this that are easy to fix manually.
I understand the definition of backwards compatibility. However, for a non-developer, it is by no means clear how to get rid of that error. Please make sure to add a warning, or a test that can be turned on whenever v1.0 is released.
I was trying to load an old NCSX DESC file and re-solve it with DESC using the script below:
which throws the following error
Is anyone else seeing the same error? Aren't there any tests to check this?