We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d9b9c7 commit 077d9b5Copy full SHA for 077d9b5
1 file changed
submission/search.py
@@ -33,7 +33,7 @@
33
import numpy as np
34
35
DEGLIB_BIN = os.environ.get("DEGLIB_BIN", "/usr/local/bin/deglib_sisap")
36
-ALGO = "deglib-evp"
+ALGO = "deglib"
37
THREADS = os.environ.get("DEGLIB_THREADS", "8")
38
39
# --- per-dataset parameter profiles ------------------------------------------
0 commit comments