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

Commit 378c5f6

Browse files
depreceated termination type optino which is not used in batchglm anymore.
1 parent cdf51f5 commit 378c5f6

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

diffxpy/pkg_constants.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,4 @@
1010
BATCHGLM_OPTIM_IRLS_GD = False
1111
BATCHGLM_OPTIM_IRLS_TR = False
1212
BATCHGLM_OPTIM_IRLS_GD_TR = False
13-
BATCHGLM_PROVIDE_BATCHED = False
14-
BATCHGLM_TERMINATION_TYPE = "global"
13+
BATCHGLM_PROVIDE_BATCHED = False

diffxpy/testing/base.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2798,7 +2798,6 @@ def _fit(
27982798
init_b=init_b,
27992799
provide_optimizers=provide_optimizers,
28002800
provide_batched=pkg_constants.BATCHGLM_PROVIDE_BATCHED,
2801-
termination_type=pkg_constants.BATCHGLM_TERMINATION_TYPE,
28022801
dtype=dtype,
28032802
**constructor_args
28042803
)

0 commit comments

Comments
 (0)