Skip to content

Load execution ID from file

This MR introduces a new class IOHandler that encapsulates the most common I/O operations within the Theodolite framework. In order to do this, this MR also includes some restructuring/refactoring. With this handler, Theodolite uses a file expID.txt to store and load the execution ID for the next experiment.

Merge request reports