SyneRBI / SIRF-Contribs

Users contributions to SIRF
Apache License 2.0
2 stars 6 forks source link

partitioner code from CIL #19

Open paskino opened 2 months ago

paskino commented 2 months ago

The following function is basically duplicating the Partitioner code from CIL

https://github.com/SyneRBI/SIRF-Contribs/blob/841bec4db1a3c7db01b8afbcf2176e39bb345dae/src/Python/sirf/contrib/partitioner/partitioner.py#L41

It would be better to just override the _partition_deterministic function and use CIL's Partitioner