POSYDON-code / POSYDON-code/POSYDON
Use consistens types in get_binary_state_and_event_and_mt_case
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 45
- Forks
- 37
- Avg merge
- 8d 20h
- Merged PRs (30d)
- 5
Description
Currently get_binary_state_and_event_and_mt_case uses some times None and some times 'None'. This should get aligned.
As this effects several different code parts, we should probably do that after tests exists for all relevant code parts.
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
Start by locating get_binary_state_and_event_and_mt_case and inspect every code path it affects. Add or review tests for the relevant code parts before changing the representation, then verify that all paths consistently use either None or 'None' and that the tests pass.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- backend
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100