Fixed the filtering function in filters.py, which was passing "site" as an argument for some filters, even though that argument was removed from all filters.
I also updated the tests for the filters to make sure that all filters are checked.
Please check if the PR fulfills these requirements
[x] Closes #176 (but local_influence filter is possible very slow)
Fixed the
filtering
function infilters.py
, which was passing "site" as an argument for some filters, even though that argument was removed from all filters.I also updated the tests for the filters to make sure that all filters are checked.
Please check if the PR fulfills these requirements
[x] Closes #176 (but
local_influence
filter is possible very slow)[x] Tests added and passing
[x] Added an entry to the
CHANGELOG.md
file