Skip to content

Commit

Permalink
Trim useless code
Browse files Browse the repository at this point in the history
  • Loading branch information
wrridgeway committed Feb 8, 2024
1 parent 0ac4ad6 commit b1efdca
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions pipeline/03-evaluate.R
Original file line number Diff line number Diff line change
Expand Up @@ -368,8 +368,7 @@ pwalk(
) %>%
purrr::list_rbind() %>%
write_parquet(path)
},
.progress = TRUE
}
)

# Same as above, but calculate stats per quantile of sale price
Expand Down Expand Up @@ -404,8 +403,7 @@ pwalk(
) %>%
purrr::list_rbind() %>%
write_parquet(path)
},
.progress = TRUE
}
)


Expand Down

0 comments on commit b1efdca

Please sign in to comment.