AMF-FLX / AMF-BASE-QAQC

AmeriFlux BASE Flux/Met Data QA/QC and Processing
Other
5 stars 7 forks source link

Add testing for upload_checks; fix logging when called via method #84

Closed dschristianson closed 8 months ago

dschristianson commented 8 months ago

This PR adds automated testing of the previous manual tests.

In the process, discovered that some loggers needed to be reset for cases when the upload_checks method is called within a python script (as it will in the new driver).

Note: the numpy.genfromtxt issue is not resolved. I'm confident it is a weird purest issue. I will write a separate test later for the case of an empty file.