This now tries to save a 8MB numpy array to a state file.
The numpy array has shape 512x4096.
numpy.save store the array instantly, while saving the state, hungs up the computer for a long time.
This shows that relax is really in-efficient in storing data.
This both accounts for simple numpy array, and for storing class instances.
Task #7873 (https://gna.org/task/index.php?7873): Write wrapper function to nmrglue, to read .ft2 files and process them.
Homepage: http://www.nmrglue.com/
Link to nmrglue discussion: https://groups.google.com/forum/#!forum/nmrglue-discuss
The code is develop at Github: https://github.com/jjhelmus/nmrglue/
Documentation: http://nmrglue.readthedocs.org/en/latest/index.html