Skip to content

Commit 5da3d88

Browse files
committed
Merge remote-tracking branch 'upstream/main' into logger_fix
2 parents e5cc7cd + 5879493 commit 5da3d88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmarks/linear_programming/utils/get_datasets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -693,7 +693,7 @@ def extract(file, dir, type):
693693
raise Exception(f"Unknown file extension found for extraction {file}")
694694
# download emps and compile
695695
# Disable emps for now
696-
if type == "netlib":
696+
if type == "netlib" and False:
697697
url = MittelmannInstances["emps"]
698698
file = os.path.join(dir, "emps.c")
699699
download(url, file)

0 commit comments

Comments
 (0)