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

swap scaler from DataSet to Map #27

Merged
merged 3 commits into from
Oct 17, 2024
Merged

swap scaler from DataSet to Map #27

merged 3 commits into from
Oct 17, 2024

Conversation

tjlane
Copy link
Collaborator

@tjlane tjlane commented Oct 17, 2024

Introduce a simple function that scales two Maps.

We had a kinda nasty version that attempted to serve this need, consuming rs.DataSets instead. This PR removes this.

@tjlane tjlane marked this pull request as ready for review October 17, 2024 14:45
@tjlane tjlane requested a review from alisiafadini October 17, 2024 14:45
Copy link

codecov bot commented Oct 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.98%. Comparing base (47dc49a) to head (2a824a7).
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master      #27      +/-   ##
==========================================
+ Coverage   96.58%   96.98%   +0.40%     
==========================================
  Files           9        9              
  Lines         498      498              
==========================================
+ Hits          481      483       +2     
+ Misses         17       15       -2     
Flag Coverage Δ
unittests 96.98% <100.00%> (+0.40%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@tjlane
Copy link
Collaborator Author

tjlane commented Oct 17, 2024

@alisiafadini testing for the scaling stuff is still a bit thin, if you have ideas.

Otherwise this is good to go.

@tjlane tjlane self-assigned this Oct 17, 2024
meteor/scale.py Outdated Show resolved Hide resolved
@tjlane tjlane merged commit b6ef496 into master Oct 17, 2024
5 checks passed
@tjlane tjlane deleted the tjlane/mapscale branch October 17, 2024 16:59
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.

2 participants