Skip to content

Fix warning in DebugFeasibility#546

Merged
kellertuer merged 1 commit intoJuliaManifolds:masterfrom
JoshuaLampert:fix-warning-atol-debugfeasibility
Nov 19, 2025
Merged

Fix warning in DebugFeasibility#546
kellertuer merged 1 commit intoJuliaManifolds:masterfrom
JoshuaLampert:fix-warning-atol-debugfeasibility

Conversation

@JoshuaLampert
Copy link
Copy Markdown
Contributor

I think we made a small mistake in #545. We want the warning only be shown if atol is not NaN (the default), right? Currently, it shows the warning if you do not pass anything explicitly to atol. Sorry for not catching that before.

@codecov
Copy link
Copy Markdown

codecov Bot commented Nov 19, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (369e297) to head (074f1bf).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff            @@
##            master      #546   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           90        90           
  Lines         9970      9970           
=========================================
  Hits          9970      9970           

☔ View full report in Codecov by Sentry.
📢 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.

@JoshuaLampert
Copy link
Copy Markdown
Contributor Author

I think we don't to add a changelog entry here, right?

@kellertuer
Copy link
Copy Markdown
Member

Yes, well-spotted! My online idea was just typed in a comment and not checked carefully by me before. Logic! Gets you every now and then.

@kellertuer kellertuer merged commit f47e401 into JuliaManifolds:master Nov 19, 2025
13 of 14 checks passed
@JoshuaLampert JoshuaLampert deleted the fix-warning-atol-debugfeasibility branch November 19, 2025 15:19
kellertuer referenced this pull request Nov 26, 2025
…551)

Updates the requirements on [ManifoldsBase](https://github.com/JuliaManifolds/ManifoldsBase.jl) and [Manopt](https://github.com/JuliaManifolds/Manopt.jl) to permit the latest version.

Updates `ManifoldsBase` to 2.2.1
- [Release notes](https://github.com/JuliaManifolds/ManifoldsBase.jl/releases)
- [Changelog](https://github.com/JuliaManifolds/ManifoldsBase.jl/blob/master/NEWS.md)
- [Commits](JuliaManifolds/ManifoldsBase.jl@v0.1.0...v2.2.1)

Updates `Manopt` to 0.5.28
- [Release notes](https://github.com/JuliaManifolds/Manopt.jl/releases)
- [Changelog](https://github.com/JuliaManifolds/Manopt.jl/blob/master/Changelog.md)
- [Commits](v0.1.0...v0.5.28)

---
updated-dependencies:
- dependency-name: ManifoldsBase
  dependency-version: 2.2.1
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: Manopt
  dependency-version: 0.5.28
  dependency-type: direct:production
  dependency-group: all-julia-packages
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.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.

2 participants