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

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

[Octave-bug-tracker] [bug #65466] (geometry) joinPolygons test errors


From: Dmitri A. Sergatskov
Subject: [Octave-bug-tracker] [bug #65466] (geometry) joinPolygons test errors
Date: Sat, 16 Mar 2024 15:01:16 -0400 (EDT)

URL:
  <https://savannah.gnu.org/bugs/?65466>

                 Summary: (geometry) joinPolygons test errors
                   Group: GNU Octave
               Submitter: dasergatskov
               Submitted: Sat 16 Mar 2024 07:01:16 PM UTC
                Category: Octave Package
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
                 Release: stable
         Discussion Lock: Any
        Operating System: Any
           Fixed Release: None
         Planned Release: None


    _______________________________________________________

Follow-up Comments:


-------------------------------------------------------
Date: Sat 16 Mar 2024 07:01:16 PM UTC By: Dmitri A. Sergatskov <dasergatskov>

>> test joinPolygons verbose
>>>>> C:\Program Files\GNU
Octave\Octave-9.1.0\mingw64\share\octave\packages\geometry-4.0.0\joinPolygons.m
***** test
 assert (joinPolygons ({1,2}), [1 2]);
***** test
 assert (joinPolygons ({}), []);
***** test
 XY = joinPolygons ({[1 6; 2 5; 3 4]; [4 3; 5 2; 6 1]});
 assert (XY, [1 6; 2 5; 3 4; NaN NaN; 4 3; 5 2; 6 1]);
***** error <joinPolygons: cell array expected> joinPolygons ([1 2 NaN 3 4],
[56 NaN 78])
!!!!! error failed.
Expected <joinPolygons: cell array expected>, but got <joinPolygons: function
called with too many inputs>


This is on 9.1 windows package, but have seen this error before on linux as
well (see https://savannah.gnu.org/bugs/?60884)

Dmitri.
-- 








    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?65466>

_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/




reply via email to

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