Alexandre Boisselet

Results 69 comments of Alexandre Boisselet

Hi @Sylk1-9, Thanks for your interest in the library and for taking the time to explain the issue welll ;) Looks like there is a numerical instability in the CylinderSegment...

> zline = np.linspace((0, 0, -100), (0, 0, 100), 100) forgot to remove the line. Fixed it in the comment now. I tried my codes on Mac OS and Windows...

@OrtnerMichael Seems to be an issue of recognizing the right CylinderSegment cases. https://github.com/magpylib/magpylib/blob/6cd0211a3c12711ea0dcc314f187b6e85cc3d334/magpylib/_src/fields/field_BH_cylinder_segment.py#L2416-L2421 adding ```python observers[np.abs(observers)

Hi @purepani, Thank you very much for starting this ! I'm currently not able to spend much time reviewing this but I soon will. Not sure yet if we should...

> @Alexboiboi @OrtnerMichael This is able to be merged as is(assuming the CI passes) since this just adds some tests for the core functions. They don't cover every case for...

I used a subset of colormaps that are common by default in both plotly and matplotlib, hard coded here: https://github.com/magpylib/magpylib/blob/5f91c63a330942172f568ea69962328e77a559f5/src/magpylib/_src/style.py#L1624C27-L1650C6 So far there it is case senstive, but we could...

Could you expand on this? Not sure to get it

worth to have a look at https://github.com/scientific-python/cookie

Now even python 3.14 is out and should be supported!