CERN/TIGRE

Have 1 parse inputs

Open

#378 opened on Jun 27, 2022

View on GitHub
 (0 comments) (0 reactions) (0 assignees)MATLAB (248 forks)batch import
MATLABenhancementgood first issue

Repository metrics

Stars
 (771 stars)
PR merge metrics
 (Avg merge 1h 23m) (1 merged PR in 30d)

Description

Most algorithms have the same parse_inputs(). I think we should make a unique function, perhaps that takes the algorithm name, and that should output all the inputs.Right now we have tons of redundant parse_inputs() code.

Contributor guide