Hi, Thank you for making the code directly available!
I have a question about the clustermean method. The code (repe.rep_reading_pipeline, l. 106) contains the below statement which I think is not effective since it's 'cluster_mean'. However, independently of that, since I am trying to just understand, shouldn't it be n_difference == 0?
if direction_method == 'clustermean':
assert n_difference == 1, "n_difference must be 1 for clustermean"
Hi, Thank you for making the code directly available! I have a question about the clustermean method. The code (
repe.rep_reading_pipeline
, l. 106) contains the below statement which I think is not effective since it's'cluster_mean'
. However, independently of that, since I am trying to just understand, shouldn't it ben_difference == 0
?Thank you so much already!