Skip to content

Commit dfb9527

Browse files
committed
Polis dataset
1 parent 1ee4a40 commit dfb9527

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

datasets/00069 - polis/info.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Name: "Pol.is
1+
Name: Pol.is
22

33
Abbreviation: polis
44

scripts/convert/polis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ def polis_poll_to_preflib_cat(poll_dir_path: str, preflib_file_name: str):
330330
instances.append(instance)
331331

332332
with open(os.path.join(dataset_dir_path, "info.txt"), "w", encoding="utf-8") as info_file:
333-
info_file.write(f"""Name: "Pol.is
333+
info_file.write(f"""Name: Pol.is
334334
335335
Abbreviation: polis
336336

0 commit comments

Comments
 (0)