Skip to content
Snippets Groups Projects
Commit 695b4466 authored by Blodgett, David L.'s avatar Blodgett, David L.
Browse files

runner clean up

parent 6a262ee0
No related branches found
No related tags found
1 merge request!127Miscelaneous updates
......@@ -17,10 +17,11 @@ if(!exists("rpu_code")) {
vpu <- VPU
rpu_codes <- rpu_vpu[rpu_vpu$vpuid %in% vpu, ]
rpu_code <- rpu_codes$rpuid[1]
} else {
vpu <- get_rpu_dependent_vars()
rpu_code <- vpu$r
vpu <- vpu$v
}
vpu <- get_rpu_dependent_vars()
rpu_code <- vpu$r
vpu <- vpu$v
}
if(!exists("vpu")) {
......
......@@ -49,7 +49,7 @@ have_files <- list.files("/jupyter/cache")
have_files <- expect_files[expect_files %in% have_files]
expect_layers <- c("unassigned_gages", "POIs", "poi_xwalk_layer", "nsegment", "collapse_xWalk", "nhd_flowline")
expect_layers <- c("unassigned_gages", "final_POIS", "poi_xwalk_layer", "nsegment", "collapse_xWalk", "nhd_flowline")
layers <- lapply(file.path("/jupyter/cache", have_files), function(x) sf::st_layers(x)$name)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment