Ejemplo n.º 1
0
def discard_existing_evaluation(experiment_name):
    file_controller = FileController(experiment_name)
    file_controller.teardown_evaluation()
Ejemplo 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()