develop #1

Open
FirsovAV wants to merge 1141 commits from UNN/2026-rff_mp:develop into develop
Showing only changes of commit ca14a24f91 - Show all commits

View File

@ -281,8 +281,8 @@ def measure_deletion(structure_name, original_structure, delete_names):
def run_experiment():
current_dir = os.path.dirname(__file__)
docs_dir = os.path.dirname(current_dir)
current_dir = os.getcwd()
docs_dir = current_dir
csv_file = os.path.join(docs_dir, "experiment_results.csv")
print("ЭКСПЕРИМЕНТАЛЬНОЕ СРАВНЕНИЕ СТРУКТУР ДАННЫХ")