POSYDON-code/POSYDON

Use consistens types in get_binary_state_and_event_and_mt_case

Open

#441 opened on Nov 21, 2024

 (0 comments) (0 reactions) (0 assignees)Python (35 forks)auto 404
enhancementgood first issuev2 feature

Repository metrics

Stars
 (42 stars)
PR merge metrics
 (PR metrics pending)

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