Chicago / west-nile-virus-predictions

Algorithm to predict repeated positive results for West Nile Virus for mosquitoes captured in traps across Chicago.
MIT License
14 stars 1 forks source link

Remove addresses from code #32

Closed geneorama closed 7 years ago

geneorama commented 7 years ago

The function filter_oracle_trap_xy (source) has trap addresses actually written out in it, because there are a few traps with data entry errors that are manually fixed.

geneorama commented 7 years ago

One way to address this issue is to create an table that has the addresses that need to be fixed, and then don't commit the table. I'll try to implement this for now.

geneorama commented 7 years ago

Ok that change has been made and works.