diff --git a/experiment_example/README.md b/experiment_example/Quick-Start_Template.md similarity index 100% rename from experiment_example/README.md rename to experiment_example/Quick-Start_Template.md diff --git a/experiment_example/configs/1_calculate_critical_values.json b/experiment_example/configs/1_calculate_critical_values.json index 88c93f1..48053b4 100644 --- a/experiment_example/configs/1_calculate_critical_values.json +++ b/experiment_example/configs/1_calculate_critical_values.json @@ -31,6 +31,6 @@ 0.05, 0.1 ], - "storage_connection": "/home/moveton/projects/prog/pysatl-experiment/.storage/result.sqlite" + "storage_connection": "Here must be your path. Please, configure it in CLI" } } \ No newline at end of file diff --git a/experiment_example/configs/2_evaluate_power.json b/experiment_example/configs/2_evaluate_power.json index 56432f9..afa4218 100644 --- a/experiment_example/configs/2_evaluate_power.json +++ b/experiment_example/configs/2_evaluate_power.json @@ -40,6 +40,6 @@ 0.05, 0.1 ], - "storage_connection": "/home/moveton/projects/prog/pysatl-experiment/.storage/result.sqlite" + "storage_connection": "Here must be your path. Please, configure it in CLI" } } \ No newline at end of file diff --git a/experiment_example/configs/3_measure_time_complexity.json b/experiment_example/configs/3_measure_time_complexity.json index daee575..62c15be 100644 --- a/experiment_example/configs/3_measure_time_complexity.json +++ b/experiment_example/configs/3_measure_time_complexity.json @@ -31,6 +31,6 @@ 0.05, 0.1 ], - "storage_connection": "/home/moveton/projects/prog/pysatl-experiment/.storage/result.sqlite" + "storage_connection": "Here must be your path. Please, configure it in CLI" } } \ No newline at end of file