octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #51989] [octave forge] (odepkg) Wrong expected


From: Carlo de Falco
Subject: [Octave-bug-tracker] [bug #51989] [octave forge] (odepkg) Wrong expected value in unit test
Date: Mon, 11 Sep 2017 09:03:53 -0400 (EDT)
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:55.0) Gecko/20100101 Firefox/55.0

Follow-up Comment #4, bug #51989 (project octave):

And what version of Octave? 

I have been told odepkg does not work with current 
Octave releases (4.2.x) ...

Anyway it would be helpful if you could check whether the same problem also
applies to odepkg 0.9.1 which is as of yet unreleased.

If you are using Octave 4.2.x you can install
a development snapshot as follows:


[fname, success] = urlwrite
("https://bitbucket.org/odepkg/odepkg/get/default.tar.gz";, [P_tmpdir
"odepkg.tar.gz"]);
assert (success)
pkg ("install", fname)


If you are using the development version of Octave you can use
[fname, success] = urlwrite
("https://bitbucket.org/odepkg/odepkg/get/octave43.tar.gz";, [P_tmpdir
"odepkg.tar.gz"]);
assert (success)
pkg ("install", fname)


If you have an older version of Octave please upgrade before trying this.


thanks again!


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?51989>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]