Open
Description
The docs https://chunhuangphy.github.io/CompactObject/TOV_solver.html#TOVsolver.solver_code.TOV_def state
Returns:
The array that contains all the Stars’ masses, in M_sun as a Units. Radius (array): The array that contains all the Stars’s radius, in km. Tidal Deformability (array): The array that contains correpsonding Tidal property, These are dimension-less.
Return type:
Mass (array)
so "Returns" mentions multiple arrays but "Return type" only the first (Mass). The code itself return an array with four elements:
return np.array([dpdr, dmdr, dhdr, dfdr])
Metadata
Metadata
Assignees
Labels
No labels