-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Subdaily EGRET plots #223
Subdaily EGRET plots #223
Conversation
Still don't have |
R/convertToEGRET.R
Outdated
@@ -242,7 +240,7 @@ expandFlowForEGRET <- function(flowdat, flow.colname, date.colname, flow.units) | |||
"dateTime" = date.colname) %>% | |||
mutate(code = "") %>% | |||
populateDaily(qConvert = qconvert, verbose = FALSE) %>% | |||
mutate(dateTime = flowdat[[date.colname]]) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
these changes look promising!
I ran the two failing tests from those failing builds individually and they worked just fine...hmm. Running tests locally again. |
Could it be because your EGRET PR is still open? DOI-USGS/EGRET#133 |
Hmmm but I reverted everything except for the plot name changes. |
Well then, scratch that =) |
This in conjunction with DOI-USGS/EGRET#132