jwallen / PyDAS

A Python wrapper for the DASSL, DASPK, and DASKR differential algebraic system solvers
47 stars 8 forks source link

Error running rxnSeries.py #15

Open jpbettenc opened 8 years ago

jpbettenc commented 8 years ago

Hi,

I am trying to run rxnSeries.py but I get this error:

[jbettencourt@dhcp-892b8198 pyDAS]$ python rxnSeries.py /usr/lib/python2.7/site-packages/pkg_resources.py:1054: UserWarning: /home/jbettencourt/.python-eggs is writable by group/others and vulnerable to attack when used with get_resource_filename. Consider a more secure location (set with .set_extraction_path or the PYTHON_EGGCACHE environment variable). warnings.warn(msg, UserWarning) Exception TypeError: 'residual() takes exactly 4 arguments (5 given)' in 'pydas.residual' ignored Exception TypeError: 'residual() takes exactly 4 arguments (5 given)' in 'pydas.residual' ignored Exception TypeError: 'residual() takes exactly 4 arguments (5 given)' in 'pydas.residual' ignored Exception TypeError: 'residual() takes exactly 4 arguments (5 given)' in 'pydas.residual' ignored *MESSAGE FROM ROUTINE DDASSL IN LIBRARY SLATEC. _*POTENTIALLY RECOVERABLE ERROR, PROGRAM CONTINUES.

I am using linux Centos7.

Kind regards, Joao

ghost commented 8 years ago

Did you solve this problem? I am struggling with it myself.