Documentation needs to be written for the functions in run.py and scheduling.py. These should follow the format that documentation has taken on in monitor.py:
"""
A description of the function.
Inputs:
[Four spaces]name of input: description of input.
Outputs:
[Four spaces]type of output: description of output.
"""
Documentation needs to be written for the functions in run.py and scheduling.py. These should follow the format that documentation has taken on in monitor.py: