CERN/TIGRE

Have 1 parse inputs

Open

#378 opened on Jun 27, 2022

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

Repository metrics

Stars
 (771 stars)
PR merge metrics
 (Avg merge 1d 14h) (5 merged PRs 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