POSYDON-code/POSYDON

Remove hard coded values

Aberta

#503 aberto em 5 de fev. de 2025

 (0 comentário) (0 reação) (0 responsável)Python (35 forks)auto 404
discussenhancementgood first issuehelp wanted

Métricas do repositório

Stars
 (42 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

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.

Guia do colaborador