POSYDON-code/POSYDON

Remove hard coded values

开放

#503 创建于 2025年2月5日

 (0 条评论) (0 个反应) (0 位负责人)Python (35 个派生)auto 404
discussenhancementgood first issuehelp wanted

仓库指标

星标
 (42 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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.

贡献者指南