Skip to content

Commit

Permalink
Merge pull request #376 from ldecicco-USGS/main
Browse files Browse the repository at this point in the history
Fixes #375
  • Loading branch information
ldecicco-USGS authored Nov 20, 2023
2 parents e1630e6 + b000394 commit af7984b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/runSurvReg.R
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ runSurvReg <- function(estPtYear, estPtLQ, DecLow, DecHigh, Sample,

localSample <- Sample
if(any(is.na(localSample$LogQ))){
message("Removing Sample data that does not have corresponding flow data")
if (verbose) message("Removing Sample data that does not have corresponding flow data")
localSample <- localSample[!is.na(localSample$LogQ),]
}
numSamples <- length(localSample$DecYear)
Expand Down

0 comments on commit af7984b

Please sign in to comment.