You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In crn_tree_clusterizer.h are multiple self-assignments (starting with line 421), assigning left_weight and right_weight to itself.
Either, the assignment was meant to assign to another variable or it's superfluous. Either way, it should be fixed. I would send you a PR, but due to not knowing what was intended, I leave it untouched for now.
The text was updated successfully, but these errors were encountered:
illwieckz
pushed a commit
to illwieckz/crunch
that referenced
this issue
May 5, 2018
In
crn_tree_clusterizer.h
are multiple self-assignments (starting with line 421), assigningleft_weight
andright_weight
to itself.Either, the assignment was meant to assign to another variable or it's superfluous. Either way, it should be fixed. I would send you a PR, but due to not knowing what was intended, I leave it untouched for now.
The text was updated successfully, but these errors were encountered: