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
Current release of hobo-py fails to detect its temperature column.
$ python -m hobo CRAI_0500-0501ALL.csv
Traceback (most recent call last):
File "lib/python2.7/runpy.py", line 174, in _run_module_as_main
"__main__", fname, loader, pkg_name)
File "lib/python2.7/runpy.py", line 72, in _run_code
exec code in run_globals
File "lib/python2.7/site-packages/hobo.py", line 168, in <module>
for row in HoboCSVReader(sys.argv[1]):
File "lib/python2.7/site-packages/hobo.py", line 145, in __iter__
if not row[self._itemp]: # is this too lenient?
TypeError: list indices must be integers, not NoneType
The text was updated successfully, but these errors were encountered:
Here's an ancient HOBO Pro H08 data file (originally .dtf format) exported from modern HOBOware, demonstrating RH% values > 100.0:
Current release of
hobo-py
fails to detect its temperature column.The text was updated successfully, but these errors were encountered: