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

Fix union type bug in pipeline type-checker and enhance Entity ID type #511

Merged
merged 2 commits into from
Nov 17, 2024

Conversation

mdekstrand
Copy link
Member

Two related changes:

  • support np.integer as an allowed entity ID type
  • fix a type-checking bug with union types in the pipeline type-checker

@mdekstrand mdekstrand added bug internals Internal infrastructure (parallelism, math, etc.) labels Nov 17, 2024
@mdekstrand mdekstrand added this to the 2024.1 milestone Nov 17, 2024
Copy link

codecov bot commented Nov 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.48%. Comparing base (3ff2c3e) to head (202c47d).
Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #511   +/-   ##
=======================================
  Coverage   92.48%   92.48%           
=======================================
  Files          91       91           
  Lines        5828     5829    +1     
=======================================
+ Hits         5390     5391    +1     
  Misses        438      438           

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

@mdekstrand mdekstrand merged commit 202c47d into lenskit:main Nov 17, 2024
32 checks passed
@mdekstrand mdekstrand deleted the fix/entity-id-and-pipeline-union branch November 17, 2024 19:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
internals Internal infrastructure (parallelism, math, etc.)
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

1 participant