The developer must delete the following code from the file: grovepi.py
plz remove ‘print(number)’ code
Ignore ‘nan’ data
The developer must delete the following code from the file: grovepi.py
plz remove ‘print(number)’ code
Ignore ‘nan’ data
Are you using the latest version?
Suggest update your software and retry your test.
The ‘nan’ return appears intentional. Perhaps use numpy.isnan(x), math.isnan(x), or pandas.isna(x) to check a data value.
I’m not seeing this in the latest version of the library. This is from the last commit:
Can you check this out?