Skip to content

Resolve "Create result class"

aknecht2 requested to merge 6-create-result-class into master

Closes #6 (closed) Adds a result class to handle intermediate output instead of managing everything in a giant dictionary structure. Instances of result class will be added to the new Run class to manage data better.

Merge request reports