Bharat Medasani

Results 70 comments of Bharat Medasani

I understand the source of the error now. I need to implement new functionality on the C++ side to fix this issue.

I implemented the new functionality that I thought would fix this issue. But the issue still persists. My current understanding of the issue is that after the new functionality is...

An alternative that can be used is copy the original surface object. The copy can be created by passing the new `mpol` and `ntor` values to `SurfaceRZFourier.copy`. If you can...

I tried different pybind11 return value policies for `SurfaceRZFourier.darea_by_dcoeff` method, but none of them worked. I am not sure where the source of the error is, but I have a...

PyOculus has an exact pin on the numpy version to 2.0.0. This is causing the failures. Waiting for Zhisong to merge my PR on PyOculus.

On quick look at the VMEC fortran source code, most of the integers used in mgrid code are 32 bit wide. Going for higher resolution may lead to failures. I...

Then I think the issue is using 32 bit floats in place of 64 bit doubles. Bharat Medasani On Thu, Oct 16, 2025 at 9:31 AM Misha Padidar ***@***.***> wrote:...

@smiet, I thought you switched SPEC build system to meson. We need pyoculus also to be updated. I noticed you had a PyOculus fork with meson build system. Can we...

Python 3.9 reached EOL. So we are not going to focus on 3.9. I will start working on the fix for SPEC compilation. Bharat Medasani On Mon, Oct 27, 2025...