Hello,
my understanding is that the connection graph is always constructed using
self.construct_graph(k, mode= "connectivity", metric="correlation")
and the original "mode" and "metric" inputs are ignored in scotv1. The issue appears in src/scotv1.py at line 157 in the "align" function. If this is undesired behavior, it should be easily fixed.
It is just a slight issue, it is good and well-documented code still! Thank you :)
Hello,
my understanding is that the connection graph is always constructed using
self.construct_graph(k, mode= "connectivity", metric="correlation")
and the original "mode" and "metric" inputs are ignored in scotv1. The issue appears in src/scotv1.py at line 157 in the "align" function. If this is undesired behavior, it should be easily fixed.
It is just a slight issue, it is good and well-documented code still! Thank you :)