Skip to content

Fix bugs in GradedSpace constructor + similar of SectorVector - #498

Merged
lkdvos merged 5 commits into
mainfrom
bd/smallbugs
Jul 31, 2026
Merged

Fix bugs in GradedSpace constructor + similar of SectorVector#498
lkdvos merged 5 commits into
mainfrom
bd/smallbugs

Conversation

@borisdevos

Copy link
Copy Markdown
Member

Two small bugs I encountered.

  1. Keyword arguments were splatted when forwarded to Vect[I], so dual was read as :dual.
  2. One of the similars just MethodErrored.

@borisdevos borisdevos changed the title Bug in GradedSpace constructor + similar of SectorVector Fix bugs in GradedSpace constructor + similar of SectorVector Jul 29, 2026

@lkdvos lkdvos left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch! Any chance you can add a test for this to catch this in the future?

@codecov

codecov Bot commented Jul 29, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

Files with missing lines Coverage Δ
src/spaces/gradedspace.jl 92.52% <100.00%> (+22.41%) ⬆️
src/tensors/sectorvector.jl 97.14% <100.00%> (+67.14%) ⬆️

... and 54 files with indirect coverage changes

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

Comment thread test/tensors/sectorvector.jl Outdated
@Jutho
Jutho enabled auto-merge (squash) July 30, 2026 13:52
@lkdvos
lkdvos disabled auto-merge July 31, 2026 17:58
@lkdvos
lkdvos merged commit 434df93 into main Jul 31, 2026
149 of 153 checks passed
@lkdvos
lkdvos deleted the bd/smallbugs branch July 31, 2026 17:58
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.

3 participants