On Aug 19, 2012, at 12:11 PM, osman buyukisik wrote: > Hello, > I have just installed the new version (3.0). both regular and developer > type installs. However, during testing, I am getting failures like : > FAIL: polyxtalCoupled (examples.phase) > Doctest: examples.phase.polyxtalCoupled > ---------------------------------------------------------------------- > Traceback (most recent call last): ... > viewer.plot() > NameError: name 'viewer' is not defined > > > > I have mayavi2, matplotlib, gmsh, gnuplot , gist installed. Also I tried > export FIPY_VIEWER=matplotlib > still the same result. > How do I get FiPy recognize my viewers?
It does. That error message is due to a sloppy last minute merge on my part. If you run examples/phase/polyxtalCoupled.py directly, you should see that it works fine. The error message only arises during tests and should not affect anything else about the tests. I committed a fix right after we released, which will be included in the next release. Thanks for reporting this. _______________________________________________ fipy mailing list [email protected] http://www.ctcms.nist.gov/fipy [ NIST internal ONLY: https://email.nist.gov/mailman/listinfo/fipy ]
