Load execution ID from file
Compare changes
Files
7@@ -79,7 +79,7 @@ internal class IOHandlerTest {
@@ -90,6 +90,16 @@ internal class IOHandlerTest {
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.