skuschel / generatorpipeline

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

New tests for MedianEstimator #36

Closed skuschel closed 1 year ago

skuschel commented 1 year ago

Change Tests for MedianEstimator. The new test only include testing the estimated median. Test of the internal workings of the p2 algorithm are removed. This allows us to change the algorithms internals (for example changing them to numpy) without changing the test. There are now 4 new test datasets, each with 100 elements, such that they can be stacked in future testing pixelwise median estimation.