scalala / Scalala

Scalala has been superseded by dlwh/breeze. Scalala is a high performance numeric linear algebra library for Scala, with rich Matlab-like operators on vectors and matrices; a library of numerical routines; support for plotting.
http://groups.google.com/group/scalala
GNU Lesser General Public License v2.1
298 stars 30 forks source link

Trouble with dependency FormatParser #51

Open kuromaku opened 12 years ago

kuromaku commented 12 years ago

While doing some basic linear regression in my program (it calculates the parameter matrix ok but then) I get results like this:

ERROR: Second call to constructor of static parser. You must neurogenesis.doubleprecision.NeuralEvolver@2fe93820: caught java.lang.ErrorERROR: Second call to constructor of static parser. You must either use ReInit() or set the JavaCC option STATIC to false during parser generation.

neurogenesis.doubleprecision.NeuralEvolver@78dde50e: caught java.lang.Error java.lang.Error at org.j_paine.formatter.FormatParser.(FormatParser.java:353) at org.j_paine.formatter.FormatParser.(FormatParser.java:346) at org.j_paine.formatter.Parsers.(Formatter.java:1748) at org.j_paine.formatter.Parsers.theParsers(Formatter.java:1739) at org.j_paine.formatter.Format.(Formatter.java:177) at org.j_paine.formatter.Formatter.(Formatter.java:30) at org.netlib.util.Util.f77write(Util.java:429) at org.netlib.err.Xerbla.xerbla(err.f)

It was working alright just a few days ago. I only made some minor changes which I think are unrelated to the trouble so I have no idea what happened and haven't yet figured how I can compile that parser with the suggested option to see if it fixes the error. Anyone here have ideas?