kaijagahm / vultureUtils

Utility functions for working with vulture data
Other
4 stars 0 forks source link

Crucial bug fixes for get*Edges wrapper functions #26

Closed kaijagahm closed 2 years ago

kaijagahm commented 2 years ago

Fixed two bugs:

  1. An edge case where the functions would fail if no points matched the filter criteria.
  2. A really big mistake whereby the filtering wasn't getting applied at all (yikes!)

Closes #24 and #25.