Skip to content

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

functions

  • get_recommendations This function weeds out those recommendations that the user wanted, using the different criteria as passed in options, and returns the necessary benchmarks list

  • disp_exp In addition to weeding out the recommendations as specified in options, 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.

Clone this wiki locally