Closed mperrin closed 6 years ago
Comment by mperrin Tuesday Jun 27, 2017 at 15:12 GMT
Hmm, thanks for bringing this to our attention. The first two errors are clearly due to the recent change in numpy handling of indices, but I thought we'd fixed all those cases already. The third test failure's a new one I don't recognize but I suspect it may be some related float/integer issue.
Thanks for bringing this to our attention, and we will try to look into it more sometime soon.
Comment by josePhoenix Tuesday Jun 27, 2017 at 18:49 GMT
I thought we'd taken care of these, too. @benjaminpope could you say which version of POPPY you're using?
Also, if it's the current version, would you mind opening an issue on mperrin/poppy instead? Thanks :)
Comment by josePhoenix Tuesday Jun 27, 2017 at 19:07 GMT
Ah, they were fixed on master
since the 0.5.1 release. I would recommend installing POPPY from the development sources (see http://pythonhosted.org/poppy/installation.html) until we get a chance to release 0.5.2 or 0.6.0.
Comment by benjaminpope Wednesday Jun 28, 2017 at 03:44 GMT
Ah, thanks! Dev source worked. Was using standard pip distribution. Can close this issue then.
From: Joseph Long [notifications@github.com] Sent: Tuesday, June 27, 2017 8:07 PM To: mperrin/webbpsf Cc: Benjamin Pope; Mention Subject: Re: [mperrin/webbpsf] poppy.test() fail on python 2.7 (#166)
Ah, they were fixed on master since the 0.5.1 release. I would recommend installing POPPY from the development sources (see http://pythonhosted.org/poppy/installation.html) until we get a chance to release 0.5.2 or 0.6.0.
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHubhttps://github.com/mperrin/webbpsf/issues/166#issuecomment-311455259, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AFvsFU0G-RQ2ja6707GE4uXBmJPV0D7Hks5sIVL7gaJpZM4OGN8k.
Issue by benjaminpope Tuesday Jun 27, 2017 at 06:59 GMT Originally opened as https://github.com/mperrin/webbpsf/issues/166
Hi Marshall,
I am hoping to use poppy for an aperture mask simulation I'm doing. I just ran poppy.test() on a brand new conda 4.3.21 python 2.7 install on Mac Sierra and it seems to fail on 3 tests unexpectedly. I have copied the full output below. Is this a known issue?
Using astropy 1.3.3, scipy 0.19.1, numpy 1.13.0, matplotlib 2.0.2.
All the best,
Ben
=================================== FAILURES =================================== _____ test_optic_resizing __
/anaconda/lib/python2.7/site-packages/poppy/tests/test_core.py:348:
/anaconda/lib/python2.7/site-packages/poppy/poppy_core.py:2315: in getPhasor return self.get_phasor(wave)
self = <poppy.poppy_core.FITSOpticalElement object at 0x111470e50> wave = <poppy.poppy_core.Wavefront object at 0x111470cd0>
/anaconda/lib/python2.7/site-packages/poppy/poppy_core.py:2289: TypeError __ test_fresnel_optical_system_Hubble __
display = False
/anaconda/lib/python2.7/site-packages/poppy/tests/test_fresnel.py:354: TypeError _ test_estimatenprocesses
/anaconda/lib/python2.7/site-packages/poppy/tests/test_multiprocessing.py:105: AssertionError ========= 3 failed, 92 passed, 6 skipped, 1 xfailed in 170.51 seconds ==========