-
Notifications
You must be signed in to change notification settings - Fork 10
Understanding optionsParser.py
Deepak Balaji edited this page Apr 4, 2020
·
2 revisions
This page explains what optionsParser.py does
To start off, this module takes the arguments got from the user using argumentParser.py and filters the corresponding benchmark_ variable from benchmarks.py
-
get_recommendationsThis function weeds out those recommendations that the user wanted, using the different criteria as passed inoptions, and returns the necessary benchmarks list -
disp_expIn addition to weeding out the recommendations as specified inoptions, this function also prints the control in a human readable format on the terminal. The function makes the program quit after displaying the necessary information.