Skip to content

Commit 1ba0272

Browse files
authored
fix: experiment_example (#93)
* fix: remove unused flake8 im pre-commit * refactor: cli validation in configure commands * feat: move validation to pydantic * feat: add pydantic alternatives validation * refactor: drup unused * fix: criteria check * feat: add error handling * fix: power report * fix: alternative command * feat: add validation for cv data dependency * add tests * feat: Add 3-step experiment workflow example * fix: test * fix: cli * fix: experiment configs * fix: rename file * fix: delete duplicate file
1 parent de91260 commit 1ba0272

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed
File renamed without changes.

experiment_example/configs/1_calculate_critical_values.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@
3131
0.05,
3232
0.1
3333
],
34-
"storage_connection": "/home/moveton/projects/prog/pysatl-experiment/.storage/result.sqlite"
34+
"storage_connection": "Here must be your path. Please, configure it in CLI"
3535
}
3636
}

experiment_example/configs/2_evaluate_power.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@
4040
0.05,
4141
0.1
4242
],
43-
"storage_connection": "/home/moveton/projects/prog/pysatl-experiment/.storage/result.sqlite"
43+
"storage_connection": "Here must be your path. Please, configure it in CLI"
4444
}
4545
}

experiment_example/configs/3_measure_time_complexity.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@
3131
0.05,
3232
0.1
3333
],
34-
"storage_connection": "/home/moveton/projects/prog/pysatl-experiment/.storage/result.sqlite"
34+
"storage_connection": "Here must be your path. Please, configure it in CLI"
3535
}
3636
}

0 commit comments

Comments
 (0)