Skip to content
This repository was archived by the owner on Oct 21, 2025. It is now read-only.

Commit 4611432

Browse files
committed
Set default backend to numpy.
1 parent 7a02f6b commit 4611432

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

diffxpy/pkg_constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
BATCHGLM_PROVIDE_FIM = True
1414
BATCHGLM_PROVIDE_HESSIAN = False
1515

16-
BATCHGLM_BACKEND = "tf1"
16+
BATCHGLM_BACKEND = "numpy"
1717
BATCHGLM_FEATUREWISE = True
1818
BATCHGLM_AUTOGRAD = True

0 commit comments

Comments
 (0)