Esempio n. 1
0
def discard_existing_evaluation(experiment_name):
    file_controller = FileController(experiment_name)
    file_controller.teardown_evaluation()
Esempio n. 2
0
def discard_existing_testing(experiment_name):
    file_controller = FileController(experiment_name)
    file_controller.teardown_testing()
    file_controller.teardown_assemblies()
    file_controller.teardown_evaluation()