GenCrossSection has an unsafe API which requires one to call certain functions in the right order. There is also no protection against accessing vectors out-of-bounds. The patches applied here fix the most pressing issues in the Python layer.
Coverage remained the same at 92.989% when pulling 15b341cb91ef86821daf75a1cbbdf8579872f94a on fix_windows into fcb8da54feb0b970a31ee62f649783f3e322f529 on develop.
GenCrossSection has an unsafe API which requires one to call certain functions in the right order. There is also no protection against accessing vectors out-of-bounds. The patches applied here fix the most pressing issues in the Python layer.