DOI-USGS / mda.streams

backend tools for powstreams
Creative Commons Zero v1.0 Universal
3 stars 8 forks source link

debug stage_calc_ts, download_ts, summarize_ts, combine_ts #240

Closed aappling-usgs closed 8 years ago

aappling-usgs commented 8 years ago

well, i've tried and can't get the travis failures fixed for now. they do actually occur on my computer as well now, but only with a ctrl-shift-T or ctrl-shift-B to run the tests in that isolated/automated environment. the offending code lines run fine when i test them manually. something is happening where requests from sciencebase return with empty files - true for mda.streams:::get_sites and list_sites, which return an empty list. true for get_ts(c('sitetime_calcLon','doobs_nwis'), 'nwis_06601200'), which sees an empty sitetime file (but not an empty doobs file for some reason). probably true for the other two failures. so i'm leaving everything as-is because i don't know what to fix.