Re: fipy python 2.7

2017-11-09 Thread Benny Malengier
I suppose the normal way adding python=2.7 to the conda arguments was tried and did not work? 2017-11-08 23:01 GMT+01:00 James Pringle : > Dear all -- (but mainly Daniel Wheeler, I guess) > >I am in the midst of finishing up a paper, but am trying to transition > to a new

Re: fipy python 2.7

2017-11-09 Thread James Pringle
Worked fine. Thank you, and apologize for the noise Jamie On Thu, Nov 9, 2017 at 3:44 AM, Benny Malengier wrote: > I suppose the normal way adding python=2.7 > to the conda arguments was tried and did not work? > > 2017-11-08 23:01 GMT+01:00 James Pringle

bug in solvers/scipy/linearLUSolver.py

2017-11-09 Thread James Pringle
Dear all -- I just installed fipy from the conda channel with a fresh install of anaconda. It is based on python 2.7.14. When I run with the scipy solver it crashes with File "/home/pringle/anaconda3/envs/MYFIPYENV27/lib/python2.7/site-packages/fipy/solvers/scipy/linearLUSolver.py", line

Re: bug in solvers/scipy/linearLUSolver.py

2017-11-09 Thread James Pringle
update -- as of scipy 0.19, linalg.splu had a depreciated option "drop_tol" which did nothing: https://docs.scipy.org/doc/scipy-0.19.1/reference/generated/generated/scipy.sparse.linalg.splu.html As of version 1.0, the keyword seems to have been dropped entirely, and should be removed from