Daniel, Thanks for your email on this. I guess I never tested this on a 64bit system and had a 32/64 issue. Someone on github submitted a patch fixing this about two months ago but I somehow missed it.
I fixed this in the git repo: https://github.com/scikit-fmm/scikit-fmm For now the extension velocities are only in the development version on github. The extension velocity example is here: https://github.com/scikit-fmm/scikit-fmm/blob/master/examples/extension_velocities_example.py Thanks again, Jason On Thu, May 31, 2012 at 1:04 PM, Daniel Wheeler <[email protected]> wrote: > On Thu, May 31, 2012 at 12:29 PM, Jason Furtney <[email protected]> wrote: >> Daniel, >> >> Thanks for the report. >> >> Hmm, I have not seen this before and it seems to work for me. It looks >> like the python wrapper is creating an integer array the c extension >> does not like. The call to PyArray_FROMANY() is failing and giving >> this message. I will do some more testing and get back to you. >> >> What version of numpy are you using and what platform are you on > >>>> import numpy >>>> numpy.__version__ > '1.6.2' > > and > > $ uname -a > Linux concorde 2.6.32-5-amd64 #1 SMP Sat May 5 01:12:59 UTC 2012 > x86_64 GNU/Linux > > and debian version 6.0.5 > > -- > Daniel Wheeler > _______________________________________________ > fipy mailing list > [email protected] > http://www.ctcms.nist.gov/fipy > [ NIST internal ONLY: https://email.nist.gov/mailman/listinfo/fipy ] -- -- Jason K. Furtney Itasca Consulting Group 111 3rd Ave. South, Suite 450 Minneapolis, MN 55401 USA (612) 371-4711 _______________________________________________ fipy mailing list [email protected] http://www.ctcms.nist.gov/fipy [ NIST internal ONLY: https://email.nist.gov/mailman/listinfo/fipy ]
