Force loading of numpy and scipy during import
Import numpy and scipy before everything to avoid weird segmentation faults depending on the order things are imported.
Showing
Please register or sign in to comment
Import numpy and scipy before everything to avoid weird segmentation faults depending on the order things are imported.