Re: JAS3 bug ? [message #965 is a reply to message #964] |
Fri, 13 July 2007 12:00  |
tonyj Messages: 138 Registered: January 2004 |
|

|
|
Hi,
This is a bug in our JAIDA implementation, currently the "description" argument of the IFunctionFactory method
createFunctionFromScript(String path, int dim,
String valexpr,
String parameters,
String description,
String gradexpr)
can not be an empty string. This bug will be fixed in the next release, but for now please use anything but "". May I suggest something like: "hyperbola", or " a+b/x[0]", or "My Function"
-Victor
|
|
|