[SciPy-user] bvp
Nils Wagner
nwagner at iam.uni-stuttgart.de
Fri Apr 11 14:03:24 EDT 2008
Hi all,
I installed bvp using the mercurial repository
hg clone static-http://www.iki.fi/pav/hg/bvp.hg bvp.hg
The second example doesn't work for me. Here is the output
/usr/bin/python -i ex2.py
1.0
unexpected array size: new_size=1, got array with
arr_size=0
Traceback (most recent call last):
File "ex2.py", line 61, in ?
coarsen_initial_guess_mesh=True)
File "/usr/lib/python2.4/site-packages/bvp/colnew.py",
line 522, in solve
vectorized_guess)
_colnew.error: failed in converting 8th argument `fixpnt'
of _colnew.colnew to C/Fortran array
Cheers,
Nils
I am using
>>> numpy.__version__
'1.0.5.dev5024'
>>> scipy.__version__
'0.7.0.dev4125'
More information about the SciPy-User
mailing list