Skip to content

Fix segfault in Rapthor: downgrade Shapely

Marcel Loose requested to merge RAP-290_segfault-in-scan_ms into master

Shapely 1.8.x (x>=1) has a noxious relationship with casacore 3.5.x. If Shapely is imported before casacore, then opening a Measurement Set that requires the Dysco storage manager results in a segfault (see RAP-290).

Downgrade Shapely to 1.8.0, to temporarily work around this issue.

Closes RAP-290

Merge request reports