AguaClara / aguaclara_research

a python package containing research tools for AguaClara
MIT License
1 stars 4 forks source link

convert indexes to integers for data extraction #15

Closed monroews closed 6 years ago

monroews commented 6 years ago

ftime and Column_of_data functions have column and row indexes as inputs. If a number with a decimal is passed it causes the functions to return an error. Eliminate this error by converting those inputs to int(). The use case is for when the row numbers are calculated values that result in floating point type.

fletchapin commented 6 years ago

Done, so this will be present in the new release