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
Fix incorrect return type documentation for m1_from_mc_m2 function
This commit corrects the documentation for the m1_from_mc_m2 function to accurately
reflect its behavior:
Update return value documentation to specify that the function always returns a
numpy.ndarray (even for scalar inputs)
Clarify that the return array will have the same shape as the input m2 parameter
if m2 is an array
Improve overall docstring clarity with more descriptive function summary and
parameter descriptions
Keep the actual function logic unchanged as it is working as intended
0 commit comments