Skip to content

Commit

Permalink
Change default ministack_size to 15 in PhaseLinkingOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
scottstanie authored Nov 18, 2024
1 parent b84c6b1 commit 1e42f0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dolphin/workflows/config/_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ class PhaseLinkingOptions(BaseModel, extra="forbid"):

_directory: Path = PrivateAttr(Path("linked_phase"))
ministack_size: int = Field(
10, description="Size of the ministack for sequential estimator.", gt=1
15, description="Size of the ministack for sequential estimator.", gt=1
)
max_num_compressed: int = Field(
100,
Expand Down

0 comments on commit 1e42f0b

Please sign in to comment.