You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This may have to do with some google maps API changes but reimburse.py is now returning 0 for a couple of formatted addresses I tested. For example, some addresses in Pennsylvania such as "Swissvale, PA, USA" and "Pittsburgh, PA, USA" gave me 0 as a distance so subsequently returned 0 for a reimbursement amount.
I have temporarily adjusted a test to use Ohio instead which seems to be working but we should look into this.
The text was updated successfully, but these errors were encountered:
For the given locations Swissvale, PA, USA and Pittsburgh, PA, USA, the returned reimbursement value is no longer 0, at least according to test_reimburse.py. This applies to for all transportation methods. It seems like Google fixed it on their end.
This may have to do with some google maps API changes but reimburse.py is now returning 0 for a couple of formatted addresses I tested. For example, some addresses in Pennsylvania such as "Swissvale, PA, USA" and "Pittsburgh, PA, USA" gave me 0 as a distance so subsequently returned 0 for a reimbursement amount.
I have temporarily adjusted a test to use Ohio instead which seems to be working but we should look into this.
The text was updated successfully, but these errors were encountered: