Bharat Medasani
Bharat Medasani
@florianwechsung, Looks like most of the `randomgen` codebase has been merged into `numpy`. `numpy` is now supplying `PCG64` and its successor [PCG64DXSM](https://numpy.org/doc/stable/reference/random/bit_generators/pcg64dxsm.html#numpy.random.PCG64DXSM). The successor seems to solve the parallel issue....
> I don't know if we have the infrastructure set up to run a subset of tests only at merging. Can we do this @mbkumar ? We can definitely do...
Thanks Alan for raising this issue. Three functions in the Dofs and Optimizable classes are getting called many times. That is due to the tree nature of the Optimzation framework...
@kchammond I believe the updates to build tools could have caused this change in behavior. The documentation should be updated to reflect this. Can you please update the docs and...
Putting the failing tests from CI here for future reference. ``` ====================================================================== ERROR: test_boozer_surface_optimisation_convergence (geo.test_boozersurface.BoozerSurfaceTests) (surfacetype='SurfaceXYZTensorFourier', stellsym=True, optimize_G=True, second_stage='newton_exact', get_data=, vectorize=False) Test to verify the various optimization algorithms that compute...
> Happy to get this over the finish line, but what is the advantage of this change? No advantage, but a necessity. `ubuntu-latest` points to `ubuntu 24.04` on Github runners...
We are not forcing 24.04 on people. It is the other way, people want to run simsopt on 24.04. So we need to resolve the issues. This PR is to...
1. In the User API Reference, we don't list some functions/classes of simsopt that are not relevant for users. Mainly to simplify the learning curve for the users. Full API...
That's sounds good On Wed, May 7, 2025, 10:26 AM Misha Padidar ***@***.***> wrote: > ***@***.**** commented on this pull request. > > Should we rename the section Developer Reference?...
@andrewgiuliani