svalinn / parastell

Parametric 3D CAD model of a stellarator fusion device
MIT License
21 stars 9 forks source link

Surface.get_loci() doesn't return rib loci #116

Open Edgar-21 opened 5 days ago

Edgar-21 commented 5 days ago

https://github.com/svalinn/parastell/blob/1e26b751345ecc108facad843e3f255f0602cb97/parastell/invessel_build.py#L413

I suspect it is due to the parenthesis on rib.rib_loci() in the line linked above. rib_loci is a parameter, not a method.

connoramoreno commented 4 days ago

Good catch