• Starrah's avatar
    fix: error of sample_points when num_point < far_idx_choice · a8b7ff1b
    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
data_processor.py 5.1 KB