POSYDON-code/POSYDON

Cleanup the order of definitions.

Open

#444 opened on Nov 21, 2024

 (2 comments) (0 reactions) (0 assignees)Python (35 forks)auto 404
enhancementgood first issuev2 feature

Repository metrics

Stars
 (42 stars)
PR merge metrics
 (PR metrics pending)

Description

Usually, all called should be defined beforehand and not afterwards. An example is posydon.utils.common_functions.Schwarzschild_Radius should be defined before posydon.utils.common_functions.CO_radius

Contributor guide