Skip to content

Commit 5879493

Browse files
Disable netlib testing (#550)
## Issue Authors: - Ramakrishnap (https://github.com/rgsl888prabhu) Approvers: - Ishika Roy (https://github.com/Iroy30) URL: #550
1 parent 53bf0fb commit 5879493

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)