tor, 20 11 2008 kl. 22:58 +0100, skrev Luca Favatella:
> BUG + SOLUTION 1
> Trying to install it, I get:
> octave:1> pkg install nnet.tar.gz
> error: bad version string: 0.1.9.1
> error: called from `pkg:fix_version' in file
> /usr/share/octave/3.0.1/m/pkg/pkg.m near line 1682, column 3
> 
> If I modify the version to 0.1.9, it works.

As you have guessed, the package manager only supports
$major.$minor.$revision style version numbers. I'll let the maintainer
of the 'nnet' package decide what to do here.


> If I type "help sim", I get:
> ##### START OUTPUT
> stdin:8: Unmatched }.
> warning: help: Texinfo formatting filter exited abnormally
> warning: help: raw Texinfo source of help text follows...
> warning: help:
> 
> -*- texinfo -*-
> @deftypefn {Function File} [EMAIL PROTECTED] = sim (@var{net},@var{mInput})
> @code{sim} is usuable to simulate a before defined neural network.
> @code{net} is created with newff(..) and @{mInput} should be the corresponding
> input data set!
> @end deftypefn

The third line says '@{mInput}' which should be '@var{mInput}'. I've
fixed this in SVN.

Søren


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Octave-dev mailing list
Octave-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/octave-dev

Reply via email to