Skip to content

Commit 33b78f7

Browse files
committed
update jahsbench link to latest v1.2.0
1 parent a5bba06 commit 33b78f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mfpbench/setup_benchmark.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ def download(cls, path: Path, workers: int = 1) -> None:
113113
@dataclass(frozen=True)
114114
class JAHSBenchSource(BenchmarkSetup):
115115
name = "jahs"
116-
url = "https://ml.informatik.uni-freiburg.de/research-artifacts/jahs_bench_201/v1.1.0/assembled_surrogates.tar"
116+
url = "https://ml.informatik.uni-freiburg.de/research-artifacts/jahs_bench_201/v1.2.0/assembled_surrogates.tar"
117117

118118
@override
119119
@classmethod

0 commit comments

Comments
 (0)