Skip to content

Commit 726f8cf

Browse files
committed
Merge branch 'refs/heads/dev' into add_models_configs
# Conflicts: # autointent/modules/embedding/_logreg.py
2 parents 8902fc1 + 465e325 commit 726f8cf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/generate-schema.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Generate JSON Schema
33
on:
44
push:
55
branches:
6-
- main
6+
- dev
77

88
permissions:
99
contents: write

autointent/modules/embedding/_logreg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def __init__(
7070
def from_context(
7171
cls,
7272
context: Context,
73-
cv: int,
73+
cv: int = 3,
7474
embedder_config: EmbedderConfig | str,
7575
) -> "LogregAimedEmbedding":
7676
"""

0 commit comments

Comments
 (0)