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 new version of remove_parameter_value_pair #18

Merged

Conversation

SimeonEhrig
Copy link
Member

@SimeonEhrig SimeonEhrig commented Feb 15, 2024

Goals of the refactoring

  • use simple python types as arguments
  • allows to use white cards for all parameters, value-names and/or value-version
  • easier internal implementation

Additional

Refactored get_expected_bashi_parameter_value_pairs() because it uses heavily remove_parameter_value_pair() is the reason for the refactoring.

- use simple python types as arguments
- allows to use white cards for all parameters, value-names and/or value-version
- easier internal implementation
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (3c778af) 94.91% compared to head (f317777) 95.30%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #18      +/-   ##
==========================================
+ Coverage   94.91%   95.30%   +0.38%     
==========================================
  Files          10       10              
  Lines         374      405      +31     
  Branches       98      113      +15     
==========================================
+ Hits          355      386      +31     
  Misses          8        8              
  Partials       11       11              

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

- The refactoring of remove_parameter_value_pair() is driven by the usage in the function get_expected_bashi_parameter_value_pairs(). Therefore the function was overworked to test the refactoring.
- Moved get_expected_bashi_parameter_value_pairs() to the new module `results`.
- Add many tests for get_expected_bashi_parameter_value_pairs()
- CLANG_CUDA is now part of VERSIONS
@SimeonEhrig SimeonEhrig marked this pull request as ready for review February 21, 2024 14:26
@SimeonEhrig SimeonEhrig merged commit 2f6b4dd into alpaka-group:main Feb 21, 2024
8 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