Skip to content

Commit

Permalink
Fixes #375
Browse files Browse the repository at this point in the history
  • Loading branch information
ldecicco-USGS committed Nov 20, 2023
1 parent dd97889 commit b000394
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 b000394

Please sign in to comment.