jakipatryk / spark-persistent-homology

(WIP, not fast enough for any production usage yet) Library for persistent homology computations in Apache Spark.
Apache License 2.0
0 stars 0 forks source link

Investigate case when `numOfPartitionsConf` is `None` #26

Open jakipatryk opened 1 year ago

jakipatryk commented 1 year ago

Seems that when numOfPartitionsConf is None, sometimes number of partitions used is huge.

Investigate why and whether this is a problem.