Update Forpy initialization
* By default Forpy is no longer initialized with Numpy support, as the Numpy features are currently not used. * Right after initialization, test whether import module works. If not, print an error message and stop. Before this commit, the code may segfaults without giving any error message.
Please register or sign in to comment