-
Starrah authored
In data_processor.py sample_points, when num_points < far_idx_choice, a negative value is passed into np.random.choice, which cause a ValueError. In fact the variable `near_idxs_choice` return by the deleted line is never used.
a8b7ff1b