next-exp/IC

Remove (most) default arguments

Open

#836 opened on Apr 26, 2023

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Python (77 forks)auto 404
easygood first issuehelp wanted

Repository metrics

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

Description

Most of IC's development has occurred parallel to the running of a detector. From this, we introduced a large number of default values for functions' arguments that refer to this specific detector. We must remove them and force the user to specify which values to use.

Contributor guide