Open
Description
After reworking Hypercane to use '.halg' formatted files as part of the IIPC 2021 Grant work, the DSA1 algorithm implementation is now wrong. We execute the time slice twice instead of the DBSCAN step:
hypercane/hypercane/packaged_algorithms/dsa1.halg
Lines 79 to 93 in b965662
It needs to follow AlNoamany's Algorithm again, like it did while working on my dissertation work.