Changes between Version 6 and Version 15 of Ticket #23352
- Timestamp:
- 07/12/17 14:57:30 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #23352
-
Property
Status
changed from
needs_review
toneeds_work
-
Property
Dependencies
changed from
#21437
to -
Property
Commit
changed from
6e332268227e5f8abedce6259bb32f8765108df0
tobd1f3f13c7a5a5a2af51dd2b19f976515b0f3fd9
-
Property
Summary
changed from
Some bug fixes for matrix_gfpn_dense
toFix random matrix_gfpn_dense
-
Property
Status
changed from
-
Ticket #23352 – Description
v6 v15 27 27 }}} 28 28 So, the last column always is zero, which shouldn't be the case. 29 30 In addition, reading a meataxe matrix from a non-existing file would currently crash.31 32 And finally, the current way of pickling would be machine dependent. That should be fixed as well.