Chris Smiet

Results 65 comments of Chris Smiet

A quick and dirty workaround is to add a symlink called `f2py3` in your virtual environment: `$ ln -s /path/to/venv/bin/f2py /path/to/venv/bin/f2py3` Then CMake will look there first and not find...

There is a branch with meson-build, but it still has an issue (see: [this issue on pyoculus](https://github.com/zhisong/pyoculus/issues/12). Issue seems to originate from numpy 2.1 or 2.2 change. Have not reproduced...

Given that a few tests are solved with fixes to the tolerances, this might be related to changes in data type promotion in numpy 2.x . Though during execution numpy...

@mishapadidar Just addressed all your points. Thanks for your time!

@mbkumar Should have addressed your issues now, sorry first time working with the .rst format.

Hi Bharat, I am using linux, compilation with GCC. The crash is intermittent, but seems to be related to out-of-boud memory access on the C++ side. Try this: ``` from...

@mbkumar I think that returning a copy with `change_resolution` is a perfectly good workaround, is consistent with `SurfaceRZPseudospectral`. I made the necessary changes in PR #519

I see that `simsopt` only uses the `MGrid` class in one place, in `magneticfield.py` in the `to_mgrid` function, i.e. for generating the files which will be inputs for VMEC to...

@mishapadidar, @landreman, this PR is ready for review after fiddling a bit with some final tests. I know the codecov is a bit low, but that is because the runners...

@andrewgiuliani Thank you for your review, I have added tests to cover all the missed lines that I could. The ones that are not hit are: - the mayavi plotting...