Skip to content

Commit

Permalink
Merge pull request #101 from dblodgett-usgs/main
Browse files Browse the repository at this point in the history
area intersection vignette bug
  • Loading branch information
dblodgett-usgs authored Feb 6, 2024
2 parents 01bbf32 + 76e2fc8 commit 46f1b2b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/articles/polygon_intersection.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vignettes/polygon_intersection.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ With weights calculated, we can do a little investigation into the differences.

```{r}
weights$diff <- weights$w - weights$w
weights$diff <- weights$w - weights$gdptools_wght
# make sure nothing is way out of whack
max(weights$diff, na.rm = TRUE)
Expand Down

0 comments on commit 46f1b2b

Please sign in to comment.