Skip to content

docs: correct default orth algorithm in KrylovDefaults docstring#167

Merged
lkdvos merged 1 commit into
Jutho:masterfrom
liuzhaochen:master
Jun 23, 2026
Merged

docs: correct default orth algorithm in KrylovDefaults docstring#167
lkdvos merged 1 commit into
Jutho:masterfrom
liuzhaochen:master

Conversation

@liuzhaochen

Copy link
Copy Markdown
Contributor

The docstring of KrylovDefaults previously referenced
KrylovKit.ModifiedGramSchmidtIR() as the default, but the actual
default is KrylovKit.ModifiedGramSchmidt2().

The docstring previously referenced KrylovKit.ModifiedGramSchmidtIR()
as the default, but the actual default is ModifiedGramSchmidt2().
@codecov

codecov Bot commented Jun 23, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 86.59%. Comparing base (436bb29) to head (80429e5).

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #167      +/-   ##
==========================================
- Coverage   88.42%   86.59%   -1.83%     
==========================================
  Files          36       36              
  Lines        3964     3917      -47     
==========================================
- Hits         3505     3392     -113     
- Misses        459      525      +66     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@lkdvos lkdvos linked an issue Jun 23, 2026 that may be closed by this pull request
@lkdvos

lkdvos commented Jun 23, 2026

Copy link
Copy Markdown
Collaborator

Thanks for the PR, this contribution is definitely greatly appreciated!

@lkdvos lkdvos merged commit b9194c8 into Jutho:master Jun 23, 2026
12 of 15 checks passed
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.

Documentation inconsistency in KrylovDefaults.orth

2 participants