Ticket #2354 (closed defect: fixed)

Opened 5 years ago

Last modified 5 years ago

[with patch, with positive review] bug in matrix_real_double_dense (trivial to fix)

Reported by: was Owned by: dfdeshom
Priority: trivial Milestone: sage-2.10.4
Component: linear algebra Keywords:
Cc: Work issues:
Report Upstream: Reviewers:
Authors: Merged in:
Dependencies: Stopgaps:

Description

        _n.flags = _n.flags|(NPY_OWNDATA) # this sets the ownership bug

but should be

        _n.flags = _n.flags|(NPY_OWNDATA) # this sets the ownership bit

Attachments

2354.patch Download (648 bytes) - added by dfdeshom 5 years ago.

Change History

Changed 5 years ago by dfdeshom

comment:1 Changed 5 years ago by dfdeshom

  • Owner changed from was to dfdeshom
  • Priority changed from major to trivial
  • Status changed from new to assigned

comment:2 Changed 5 years ago by dfdeshom

  • Summary changed from bug in matrix_real_double_dense (trivial to fix) to [with patch, needs review] bug in matrix_real_double_dense (trivial to fix)

comment:3 Changed 5 years ago by AlexGhitza

  • Summary changed from [with patch, needs review] bug in matrix_real_double_dense (trivial to fix) to [with patch, with positive review] bug in matrix_real_double_dense (trivial to fix)

Looks good.

comment:4 Changed 5 years ago by was

  • Milestone changed from sage-2.11 to sage-2.10.4

comment:5 Changed 5 years ago by mabshoff

  • Status changed from assigned to closed
  • Resolution set to fixed

Merged in Sage 2.10.4.alpha0

Note: See TracTickets for help on using tickets.