skuschel / generatorpipeline

Parallelize your data-processing pipelines with just a decorator.
GNU General Public License v3.0
2 stars 3 forks source link

Getting ready for Pictures! #33

Closed r-radloff closed 1 year ago

r-radloff commented 1 year ago

Rewriting the CDFEstimator to work on inputs of numpy.ndarrays of arbitrary dimensions.

This will enable us to work with detector images and other multidimensional data once we made it work.

r-radloff commented 1 year ago

As of commit fb49237 the code seems to be working as expected for float inputs. At least, I didn't encouter any errors in a small testing session. However, a new testing suite is needed to ensure the code is working as intended @skuschel.