POSYDON-code / POSYDON-code/POSYDON

Use consistens types in get_binary_state_and_event_and_mt_case

Open
#441 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement good first issue v2 feature
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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.