You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Function validate_vpts() currently doesn't validate the return type for each field. VPTS CSV files that have unexpected characters in it (e.g. minus infinity coded as -Infinity instead of -Inf) can get parsed with a character type instead of a numeric type. We will want to make sure each field part of the the VPTS CSV data format standard returns the expected type
The text was updated successfully, but these errors were encountered:
Function validate_vpts() currently doesn't validate the return type for each field. VPTS CSV files that have unexpected characters in it (e.g. minus infinity coded as
-Infinity
instead of-Inf
) can get parsed with a character type instead of a numeric type. We will want to make sure each field part of the the VPTS CSV data format standard returns the expected typeThe text was updated successfully, but these errors were encountered: