Skip to content

Add sizes selection to runner py #103

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

Merged
merged 8 commits into from
Feb 1, 2022

Conversation

dmitrii-kriukov
Copy link
Contributor

Add parameters to runner.py that define sizes of running datasets.
Size parameter may be defined in cases in config file, if size is not defined, case will be launched anyway

@dmitrii-kriukov dmitrii-kriukov marked this pull request as ready for review January 19, 2022 12:27
@dmitrii-kriukov
Copy link
Contributor Author

if 'workload-size' in params:
if params['workload-size'] not in args.workload_size:
continue
del params['workload-size']

Choose a reason for hiding this comment

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

It is better here to use dictionary own methods to remove instead of using del for removing object. It seems that your addition are consistent with other same cases in this script code. This is out of the scope for the current PR, but it would be better to fix this kind of thing in other PR(s).

@dmitrii-kriukov dmitrii-kriukov merged commit a4895a7 into IntelPython:master Feb 1, 2022
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.

4 participants