Skip to content

Commit

Permalink
drop filepath named in function, since provided as argument
Browse files Browse the repository at this point in the history
  • Loading branch information
hcorson-dosch-usgs committed Dec 1, 2022
1 parent ee9f44b commit 70a950c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions 2_process/src/categorize_quantiles.R
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@

categorize_quantiles <- function(target_name, quantile_data_fn, anomaly_bins, anomaly_categories) {

quantile_data_fn <- "2_process/out/gw_daily_quantiles.csv"

anomaly_bins <- scmake("anomaly_bins")
anomaly_categories <- scmake("anomaly_categories")

Expand Down

0 comments on commit 70a950c

Please sign in to comment.