bugGNU Octave - Bugs: bug #65899, [octave forge] (symbolic) Failing...

 
 

bug #65899: [octave forge] (symbolic) Failing unit test in vpa.m

Submitter:  Rafael Laboissière <rlaboiss>
Submitted:  Thu 20 Jun 2024 08:40:16 AM UTC
   
 
Category:  Octave Package Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Unexpected Error or Warning
Status:  None Assigned to:  None
Originator Name:  Open/Closed:  * Open
Release:  * other Operating System:  * GNU/Linux
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Mon 24 Jun 2024 12:14:57 PM UTC, comment #3: 

Some package maintainers prefer reports on Savannah. Others prefer their dedicated trackers.

IIRC, Colin was fine with reports here or on the dedicated tracker. But he doesn't follow the Savannah tracker by default. So, he asked to add him to the CC list of the respective reports if applicable.
IIUC, he follows the activity on the GitHub issue tracker more closely.
But since there is already an open report here, it might be best to not duplicate it on the other tracker.

In general, it might be best to report issues on the tracker that is linked on the package's description page on the "Octave Packages" list. [1] (The "report a problem" link there.)
Package maintainers can chose whether those links point to this tracker on Savannah, or a dedicated tracker.

[1]: https://gnu-octave.github.io/packages/

Markus Mützel <mmuetzel>
Group administrator
Mon 24 Jun 2024 11:24:51 AM UTC, comment #2: 

Thanks for drawing my attention to the issue tracker at GitHub.

Should I open issues there, instead of open bug reports here ?

Rafael Laboissière <rlaboiss>
Thu 20 Jun 2024 01:29:14 PM UTC, comment #1: 

Adding package maintainer to CC list.

Just for info: The symbolic package also has a dedicated issue tracker: https://github.com/gnu-octave/symbolic/issues

See also: https://gnu-octave.github.io/packages/symbolic/

Markus Mützel <mmuetzel>
Group administrator
Thu 20 Jun 2024 08:40:16 AM UTC, original submission:  

With Octave 9.2.0, symbolic 3.2.1, Python 3.11.9, and SymPy 1.12.1, one of the unit tests in vpa.m fails:


octave:1> pkg load symbolic
octave:2> test vpa
Symbolic pkg v3.2.1: Python communication link active, SymPy v1.12.1.
***** test
 % non-equality of vpa that "might be" be integers: Issue #1285
 a = vpa ("123", 32);
 b = vpa ("123", 64);
 assert (~ logical (a == b))
!!!!! test failed
assert (!logical (a == b)) failed


Rafael Laboissière <rlaboiss>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by mmuetzel (Posted a comment)
  • -email is unavailable- added by mmuetzel
  • -email is unavailable- added by rlaboiss (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only group members can vote.

     

    Follows 1 latest change.

    Date Changed by Updated Field Previous Value => Replaced by
    2024-06-20 mmuetzel Carbon-Copy- Added cbm

    Back to the top

    Powered by Savane 3.13-54b4.
    Corresponding source code