Note: This is only fixed/tested for the two-fer exercise, since it is the only exercise which has an analyzer.py file written (yet). It will have to be re-tested once we get analyzers written for a new concept exercise or two.
Added the third argument (_outputdirectory) to the run.sh script.
Added the out_path (_outputdirectory) to the dump() function in analysis.py
Modified exercise.py to add in_path (_inputdirectory) and out_path (_outputdirectory) to the class variables, class factory, and analyze method.
Modified the analyze method of two-fers analyzer.py to take both in_path (_inputdirectory) and out_path (_outputdirectory) as parameters. Changed the output_file variable to the out_path (_outputdirectory).
Note: This is only fixed/tested for the
two-fer
exercise, since it is the only exercise which has ananalyzer.py
file written (yet). It will have to be re-tested once we get analyzers written for a new concept exercise or two.run.sh
script.out_path
(_outputdirectory) to thedump()
function inanalysis.py
exercise.py
to addin_path
(_inputdirectory) andout_path
(_outputdirectory) to the class variables, class factory, and analyze method.analyzer.py
to take bothin_path
(_inputdirectory) andout_path
(_outputdirectory) as parameters. Changed theoutput_file
variable to theout_path
(_outputdirectory).