POSYDON-code/POSYDON

Remove hard coded values

Ouverte

#503 ouverte le 5 févr. 2025

 (0 commentaire) (0 réaction) (0 personne assignée)Python (35 forks)auto 404
discussenhancementgood first issuehelp wanted

Métriques du dépôt

Stars
 (42 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

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.

Guide contributeur