comet-toolkit / obsarray

Measurement uncertainty handling in Python
GNU Lesser General Public License v3.0
7 stars 1 forks source link

Small fixes for use in punpy #2

Closed pdevis closed 1 year ago

pdevis commented 1 year ago

found a few small bugs that I've fixed here when building the err_corr matrices, I also now pass the slice directly to the matrix builder. This way the matrix doesn't have to built in its entirety in memory before being sliced.