Closed donal-mur closed 1 year ago
This is a fix for the NRSKIP + nrow*nrbin >511 which should have caused a different error that it did aa=np.arange(10) print(aa[2:2+3] ,aa[2:2+13] ) dum python And a repeated NCSKIP instead of and NRSKIP NCSKIP in the test at line 546
Added Björn as reviewer
This is a fix for the NRSKIP + nrow*nrbin >511 which should have caused a different error that it did aa=np.arange(10) print(aa[2:2+3] ,aa[2:2+13] ) dum python And a repeated NCSKIP instead of and NRSKIP NCSKIP in the test at line 546