Peter Hill

Results 527 comments of Peter Hill

Might be worth writing a short tool to upgrade existing input files? The [f90nml](https://f90nml.readthedocs.io/en/latest/) Python package should make this fairly easy. That tool could then be used for fixing other...

It would be possible to have a script that did the conversion and then called `stella` with the upgraded input file automatically, but I was thinking it would just be...

It would also be useful for GS2, especially as I'm working on finally sorting out the two diagnostics modules. I'll see if I have time to whip something up today.

Just checking, has `adiabatic_option` actually moved to `physics_flags`, rather than `zgrid_parameters`?

Deprecating input options is quite tricky in general, but an issue like this is definitely a good idea. I would suggest also something like a `CHANGELOG.md` with a list of...

If you think the [gs2 docs](https://gyrokinetics.gitlab.io/gs2/) look decent enough, then I can set up Ford on stella, and get it building automatically. That would work by building the docs using...

I see the exact same message during auto-completion, with a similar several second wait. This is with `python-lsp-server==1.11.0`

Here's a possible solution: ```python from packaging import version if version.parse(cq.__version__)

I'll see if I can reduce my script down a bit -- the objective function is a Fortran code, so it's not something straight forward to share. This was just...

Thanks @jspaaks for the incredibly helpful answer! I will have a little play around with it to see how things look for a few examples. A few follow-up questions if...