POSYDON-code/POSYDON

Remove hard coded values

Offen

#503 geöffnet am 05.02.2025

 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Python (35 Forks)auto 404
discussenhancementgood first issuehelp wanted

Repository-Metriken

Stars
 (42 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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