https://github.com/AutoResearch/contributor-onboarding/blob/1d943fe6203d42e6aead7354fba28a5db64eb0dc/src/utils.py#L79 (Function return_random_number) Issue: Docstring says it returns float, but np.random.randint() returns int. Suggestion: Update return type int and docstring to match actual return type.
contributor-onboarding/src/utils.py
Line 79 in 1d943fe
(Function return_random_number)
Issue: Docstring says it returns float, but np.random.randint() returns int.
Suggestion: Update return type int and docstring to match actual return type.