Open franknj opened 1 month ago
hocon::config::get_double_list throws exception of "The list did not contain only the desired type" when parsing [1.004, 1.33, 1.000]
Expect this function to return a vector of double.
Steps to reproduce the behavior:
Add any other context about the problem here.
Describe the Bug
hocon::config::get_double_list throws exception of "The list did not contain only the desired type" when parsing [1.004, 1.33, 1.000]
Expected Behavior
Expect this function to return a vector of double.
Steps to Reproduce
Steps to reproduce the behavior:
Environment
Additional Context
Add any other context about the problem here.