Closed romanodanilo closed 3 months ago
Description
Check input string before double conversion in non negative checks
This PR follows the test on public openscenario example where reading the value "1,2" was crashing the checker execution
Now it skips the checks as the value sign cannot be interpreted if the double string is not well formed
How was the PR tested?
Description
Check input string before double conversion in non negative checks
This PR follows the test on public openscenario example where reading the value "1,2" was crashing the checker execution
Now it skips the checks as the value sign cannot be interpreted if the double string is not well formed
How was the PR tested?