Closed christian-rauch closed 5 years ago
I see the value in this. However, the original checks were due to different separators and people easily mixing them up, e.g., space and comma. So some failures would be due to erroneous input and lead to a silent failure. Perhaps add a warning rather than a throw?
I replaced the exception by WARNING_NAMED
.
This removes the exceptions when an empty vector (Eigen or STL) is parsed.
When a vector is used as an optional parameter, it often makes sense to have an empty default argument, e.g.:
or
The parameter can then be ignored by testing the the vector insite the task map.