-
Oh, I'm running Ubuntu Intrepid with
---
$ python --version
Python 2.5.2
---.
2009-06-01 16:04:54 UTC in JPype
-
jpype crashes when trying to figure out the JVM path from JAVA_HOME. This can easily be solved by checking if variable 'java_home' is None or not.
2009-06-01 16:03:45 UTC in JPype
-
I put together a Nose (http://somethingaboutorange.com/mrl/projects/nose/) tests for every example in PySUNDIALS. Put this file in the root example directory and issue "nosetests" in terminal.
Currently 1 test fails and 5 of the tests has errors (test output also attached). The tests ran overnight, since the Krylov tests currently are extremely slow.
2009-03-31 11:08:06 UTC in PySUNDIALS
-
Hi,
Adding support for classes to be sent as an argument using the argtypes attribute and from_param(...) method seems pretty straight forward. Can a similar extension be done to support the restype attribute, or will the errcheck attribute be needed to do this conversion on the result?
More specifically I'd like to convert from ctypes arrays to NumPy arrays on the fly when calling a DLL...
2009-03-26 15:14:05 UTC in ctypes
-
In the documentation (README and http://pysundials.sourceforge.net) is says that the DLL.s usually are detected automatically on Linux/BSD systems. Is this really true?
I've downloaded and compiled SUNDIALS suite from their original website and compiled/installed using default parameters. Still PySUNDIALS complains about not finding the 'config' file.
I have not found any evidence in the...
2009-03-09 15:23:45 UTC in PySUNDIALS
-
I received a compilation error when compiling from the current CVS. It turned out "hxi/Hxi_SimStruct.C" was missing an include statement of "malloc.h".
Attaching patch that fixes this.
2009-02-25 13:52:14 UTC in Huge Quadratic Programming
-
This patch adds the
#!/usr/bin/python
line at the top of every example .py file. Together with making them executable (see http://sourceforge.net/tracker/index.php?func=detail&aid=2596246&group_id=196801&atid=958913) this will make the files runable on almost every UNIX system.
2009-02-23 08:36:59 UTC in PySUNDIALS
-
Hi,
Is there any reference documentation for Omuses?
/Jens.
2009-02-13 16:32:26 UTC in Huge Quadratic Programming
-
The py files should have the "svn:executable" property set to true.
See:
http://svnbook.red-bean.com/en/1.1/ch07s02.html.
2009-02-13 15:21:29 UTC in PySUNDIALS
-
Oh, apparently white space got truncated. The structure I was trying to explain was:
* /trunk
* /branches
* /tags.
2009-02-13 14:29:49 UTC in PySUNDIALS