Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove team normalized location uses #5837

Open
wants to merge 1 commit into
base: py3
Choose a base branch
from

Conversation

ZachOrr
Copy link
Member

@ZachOrr ZachOrr commented Mar 22, 2024

We stopped normalizing team locations a while ago. This pull request removes the code that used to call the Google API to normalize team locations.

Copy link

codecov bot commented Mar 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.41%. Comparing base (24652da) to head (fecc630).
Report is 84 commits behind head on py3.

Additional details and impacted files
@@            Coverage Diff             @@
##              py3    #5837      +/-   ##
==========================================
+ Coverage   93.10%   93.41%   +0.30%     
==========================================
  Files         658      658              
  Lines       42145    42268     +123     
  Branches       60       60              
==========================================
+ Hits        39241    39486     +245     
+ Misses       2896     2774     -122     
  Partials        8        8              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@@ -207,61 +207,6 @@ def compute_event_location_score(

return score

@classmethod
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Any chance we can keep this but not expose it anywhere?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants