Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Лучше и текст добавить, и пример относительного пути оставить.

Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
2 changes: 1 addition & 1 deletion experiment_example/configs/2_evaluate_power.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
2 changes: 1 addition & 1 deletion experiment_example/configs/3_measure_time_complexity.json
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Аналогично.

Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}