On 08/20/2012 08:11 AM, Jonathan Guyer wrote:
> 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 ]
>
~/SRC/FiPy-3.0/examples/phase$ python polyxtalCoupled.py
Traceback (most recent call last):
   File "polyxtalCoupled.py", line 374, in <module>
     exec(fipy.tests.doctestPlus._getScript())
   File "<string>", line 291, in <module>
   File "<string>", line 234, in __init__
AttributeError: 'PolarAxes' object has no attribute 
'set_theta_zero_location'

Also:
~/SRC/FiPy-3.0/examples/phase$ python polyxtal.py
Traceback (most recent call last):
   File "polyxtal.py", line 373, in <module>
     exec(fipy.tests.doctestPlus._getScript())
   File "<string>", line 290, in <module>
   File "<string>", line 233, in __init__
AttributeError: 'PolarAxes' object has no attribute 
'set_theta_zero_location'

Rest in that folder seems to run ok.

Regards,
Osman

_______________________________________________
fipy mailing list
[email protected]
http://www.ctcms.nist.gov/fipy
  [ NIST internal ONLY: https://email.nist.gov/mailman/listinfo/fipy ]

Reply via email to