scout
scout copied to clipboard
Improve dtype determination in com_mseg.py
The function 'dtype_eval' should probably be revised to more accurately determine the data types in each column of a data file, particularly to avoid improper selection of the integer instead of float type for columns that might have decimal values reported, just not in the first row. At the same time, tests for these various scenarios should be added to the test suite.