On Wed, Aug 20, 2014 at 6:12 PM, Seufzer, William J. (LARC-D307) < [email protected]> wrote:
> Thanks Dan, > > This works... but I also made the change to nonUniformGrid3D.py as well. I > noticed the simple edits, made them by hand, and re-installed FiPY in both > environments. > I missed that. Thanks for pointing it out. > > Just a note (mainly for anyone else who runs into this): > > Any data files created with the old code will still not be readable with > this code update in the non-Trilinos environment. Both environments need to > have the updated code. > > Hope I stated that clearly! > In my experience, pickling doesn't work very well for long term or medium term data storage. For medium/short term storage (life time of a project) I always just save the numpy arrays (not with pickle, but with Pandas or numpy.savetxt), but not the FiPy objects to avoid the kinds of problems that you're having. I don't currently have a good solution for long term data storage. -- Daniel Wheeler
_______________________________________________ fipy mailing list [email protected] http://www.ctcms.nist.gov/fipy [ NIST internal ONLY: https://email.nist.gov/mailman/listinfo/fipy ]
