POSYDON-code/POSYDON

Remove hard coded values

Open

#503 opened on Feb 5, 2025

 (0 comments) (0 reactions) (0 assignees)Python (35 forks)auto 404
discussenhancementgood first issuehelp wanted

Repository metrics

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

Description

At the moment we have a lot of hard coded stuff inside functions which limit there flexibility. We should rethink which stuff should be hard coded and what should be moved to a parameter with a default value. This especially holds for functions users should call, e.g. for plotting.

Contributor guide