Skip to content

docs: fix AdaptiveConfig min_dt default (1e-18 -> 1e-15)#143

Open
SAY-5 wants to merge 1 commit into
ChipFlow:mainfrom
SAY-5:docs-min-dt-default
Open

docs: fix AdaptiveConfig min_dt default (1e-18 -> 1e-15)#143
SAY-5 wants to merge 1 commit into
ChipFlow:mainfrom
SAY-5:docs-min-dt-default

Conversation

@SAY-5

@SAY-5 SAY-5 commented Jun 18, 2026

Copy link
Copy Markdown

The min_dt default is documented as 1e-18 in both the AdaptiveConfig docstring and docs/transient_options.md, but the actual field default in adaptive.py is 1e-15. This updates both to match the code.

Closes #43.

Signed-off-by: Sai Asish Y <say.apm35@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

docs: transient_options.md documents wrong default for min_dt (1e-18 vs actual 1e-15)

1 participant