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

implement the FilterAdapter #5

Merged
merged 2 commits into from
Jan 24, 2024

Conversation

SimeonEhrig
Copy link
Member

The FilterAdapter provides a nice interface of allpairspy filter rules.

The FilterAdapter provides a nice interface of allpairspy filter rules.
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (6d0f9fe) 33.33% compared to head (8517e25) 73.91%.

Additional details and impacted files
@@             Coverage Diff             @@
##             main       #5       +/-   ##
===========================================
+ Coverage   33.33%   73.91%   +40.57%     
===========================================
  Files           2        3        +1     
  Lines           9       23       +14     
  Branches        1        3        +2     
===========================================
+ Hits            3       17       +14     
  Misses          6        6               

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

Python 3.8 produces a type error if we use OrderedDict with types for key and value. There is no easy solution for the problem except do not use type hints but the hints brings some benefits. Therefor and because the project is quiet new and do not ues Python 3.8 in our CI, I drop the support for Python 3.8.
@SimeonEhrig SimeonEhrig merged commit af21929 into alpaka-group:main Jan 24, 2024
6 checks passed
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