From 7c0691eb6c348d2e49da3ef354b652cf26604905 Mon Sep 17 00:00:00 2001 From: Radu Nicolae Date: Wed, 1 May 2024 18:37:16 +0200 Subject: Output folder structure (#225) * unversioned demo - removed from git history unversioned filed pushed spotless applied code cleaned up commit before pr spotless applied setupOutputFolder moved before getting the scenarios specific topology added pretty tracking given scenarios are kept track by id code runnable output name for scenario updated python folder and src document connected simulationOutputFolder structure prepared base for python script integration in simulations output contents into a folder defined by the simulation name output contents into a folder defined by the simulation name * bugs with trackr.json (id not showing) solved. outputting bug also solved (now we use the output folder indicated in scenario.json input file) * spotless applied, ready for PR * var -> val in Scenario * ScenarioWriter package naming repaired --- .gitignore | 3 --- 1 file changed, 3 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index e88cb7b7..1d06ddc0 100644 --- a/.gitignore +++ b/.gitignore @@ -11,9 +11,6 @@ database/opendc_testing/* # Old credential setup file keys.json -# Demo -/demo/ - # Traces /traces/ -- cgit v1.2.3