Skip to content

Commit 077d9b5

Browse files
committed
Name the algorithm "deglib" consistently in result files
1 parent 2d9b9c7 commit 077d9b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

submission/search.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
import numpy as np
3434

3535
DEGLIB_BIN = os.environ.get("DEGLIB_BIN", "/usr/local/bin/deglib_sisap")
36-
ALGO = "deglib-evp"
36+
ALGO = "deglib"
3737
THREADS = os.environ.get("DEGLIB_THREADS", "8")
3838

3939
# --- per-dataset parameter profiles ------------------------------------------

0 commit comments

Comments
 (0)