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

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

[Octave-bug-tracker] [bug #46946] isosurface throws errors where Matlab


From: Philip Nienhuis
Subject: [Octave-bug-tracker] [bug #46946] isosurface throws errors where Matlab does not
Date: Sun, 3 Jul 2016 11:16:40 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Linux i686 on x86_64; rv:43.0) Gecko/20100101 Firefox/43.0 SeaMonkey/2.40

Follow-up Comment #17, bug #46946 (project octave):

#6 seems to work fine; the first example gives a nice 3D plot with some holes
between patches (intended ?).

"test isosurface" PASSes 30 of 30 tests.
However, "make check" gives a FAIL for 

:
  scripts/plot/draw/private/__calc_isovalue_from_data__.m ..... PASS      0/1 
 
                                                                  FAIL    1


...and that is because it is in a private subdir which isn't in the path. Once
in Octave, cd'ing to plot/draw/private:

>> cd (strrep (which ("isosurface"), "isosurface.m", "private"))
>> test __calc_isovalue_from_data__
PASSES 1 out of 1 test


I suppose it is better to move that test into isosurface.m itself.
FYI there's a bug report about tests in private subdirs: bug #38776. that may
be of interest to you as regards 
__calc_isovalue__




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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