30 May 22:48
Fipy 2.0a1 with numpy 1.1
From: Tony S Yu <tonyyu@...>
Subject: Fipy 2.0a1 with numpy 1.1
Newsgroups: gmane.comp.python.fipy
Date: 2008-05-30 20:49:13 GMT
Subject: Fipy 2.0a1 with numpy 1.1
Newsgroups: gmane.comp.python.fipy
Date: 2008-05-30 20:49:13 GMT
Hi, I just installed numpy 1.1.0 and (after fixing a minor ImportError for masked arrays) I get 77 failures and 13 errors from FiPy's `setup.py test`. With my previous install (with numpy 1.0.4), I had 1 failure (diffusion/anisotropy.py). Are there plans to make FiPy compatible with numpy 1.1? I took a crack at making some fixes, but I don't understand the internals of FiPy (or the changes in numpy) well enough to do a good job. The changes I made should be backwards compatible (I wrapped everything in try/except blocks), but I can't actually test it with numpy 1.0.4 on my computer. I've included a diff file with the changes, but the code I added may be a little amateurish. -Tony Specs: ===== FiPy 2.0a1 revision 2542 Numpy 1.1.0 (easy_install) OS X Leopard 10.5.3 Summary of Changes ================= 1) set take to use numpy's masked array `take` function. -- 47 failures and 3 errors.(Continue reading)
RSS Feed