Ticket #2354 (closed defect: fixed)
[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
Change History
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)
Note: See
TracTickets for help on using
tickets.

