prosdk-addons-python
prosdk-addons-python copied to clipboard
Results
1
prosdk-addons-python issues
Sort by
recently updated
recently updated
newest added
Hi, Because [math.nan](https://docs.python.org/3.5/library/math.html#math.nan) was new in version 3.5, it caused a problem when the collected data were nan. Replacing `math.nan` with `float('nan')` seemed to be a quick fix. #2 Thanks...