Closed Gabriel-p closed 9 years ago
The code crashed because L28 has 12 columns, not 6; ie: it's not a bug, the data was not correctly read.
The DeprecationWarning arises because s
is not an array since mdev
is the float 0. Made some changes so the code will push through this.
Fix the following (probably related to the data file having 12 columns and being read as having 7):