POSYDON-code / POSYDON-code/POSYDON
Remove hard coded values
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 45
- Forks
- 37
- Avg merge
- 8d 20h
- Merged PRs (30d)
- 5
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
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No files, tests, or entry points are named. Start by inventorying hard-coded values in user-facing functions, especially plotting functions, and identify which should become parameters with defaults. Done means the relevant public functions are more flexible without changing their existing default behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- backend
- Issue type
- Refactor
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100