[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Octave-bug-tracker] [bug #65899] [octave forge] (symbolic) Failing unit
From: |
Rafael Laboissière |
Subject: |
[Octave-bug-tracker] [bug #65899] [octave forge] (symbolic) Failing unit test in vpa.m |
Date: |
Thu, 20 Jun 2024 04:40:16 -0400 (EDT) |
URL:
<https://savannah.gnu.org/bugs/?65899>
Summary: [octave forge] (symbolic) Failing unit test in vpa.m
Group: GNU Octave
Submitter: 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:
Originator Email:
Open/Closed: Open
Release: other
Discussion Lock: Any
Operating System: GNU/Linux
Fixed Release: None
Planned Release: None
_______________________________________________________
Follow-up Comments:
-------------------------------------------------------
Date: Thu 20 Jun 2024 08:40:16 AM UTC By: Rafael Laboissière <rlaboiss>
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
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?65899>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
- [Octave-bug-tracker] [bug #65899] [octave forge] (symbolic) Failing unit test in vpa.m,
Rafael Laboissière <=