Skip to content

Fix typo lalbe -> label in nyquistcircles recipe#145

Merged
baggepinnen merged 1 commit into
masterfrom
fix-nyquistcircles-label-typo
May 16, 2026
Merged

Fix typo lalbe -> label in nyquistcircles recipe#145
baggepinnen merged 1 commit into
masterfrom
fix-nyquistcircles-label-typo

Conversation

@baggepinnen
Copy link
Copy Markdown
Member

Summary

  • The centers series in the nyquistcircles plot recipe used lalbe as the attribute name, which is not a Plots attribute.
  • The documented "Center" label was silently dropped (and some Plots versions warn about the unknown attribute).

Test plan

  • Manual smoke check via nyquistcircles(w, centers, radii); "Center" entry now appears in the legend.
  • No source-level test coverage exists for plotting recipes; nothing automated to add.

🤖 Generated with Claude Code

The centers series in the `nyquistcircles` Plots recipe used `lalbe` as the
attribute name, which is not a Plots attribute. As a result, the documented
"Center" label was silently dropped from the legend (and some Plots versions
warn about the unknown attribute).

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@codecov-commenter
Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 91.84%. Comparing base (14a7deb) to head (2bcad9b).

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #145   +/-   ##
=======================================
  Coverage   91.84%   91.84%           
=======================================
  Files          20       20           
  Lines        3064     3064           
=======================================
  Hits         2814     2814           
  Misses        250      250           
Flag Coverage Δ
unittests 91.84% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ 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.

@baggepinnen baggepinnen merged commit 06f0365 into master May 16, 2026
2 checks passed
@baggepinnen baggepinnen deleted the fix-nyquistcircles-label-typo branch May 16, 2026 04:10
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