Skip to content

fix _replaced_order_element_ids to avoid None returns#415

Merged
ernestoarbitrio merged 4 commits intomasterfrom
fix-3d-cube-with-odd-order
Mar 2, 2026
Merged

fix _replaced_order_element_ids to avoid None returns#415
ernestoarbitrio merged 4 commits intomasterfrom
fix-3d-cube-with-odd-order

Conversation

@ernestoarbitrio
Copy link
Copy Markdown
Contributor

No description provided.

@ernestoarbitrio ernestoarbitrio force-pushed the fix-3d-cube-with-odd-order branch from 51916b4 to 59d7266 Compare March 1, 2026 15:55
@codecov
Copy link
Copy Markdown

codecov bot commented Mar 1, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (da0d3a4) to head (d321700).
⚠️ Report is 5 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff            @@
##            master      #415   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           19        19           
  Lines         4967      4967           
=========================================
  Hits          4967      4967           

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

Comment on lines +878 to +882
return [
el
for _id in element_ids
if (el := self.translate_element_id(_id)) is not None
]
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

this is the fix :D

@ernestoarbitrio ernestoarbitrio force-pushed the fix-3d-cube-with-odd-order branch from c2836c1 to d321700 Compare March 1, 2026 16:10
@ernestoarbitrio ernestoarbitrio requested review from jjdelc and tiagocoutinho and removed request for jjdelc and tiagocoutinho March 1, 2026 16:10
Copy link
Copy Markdown
Contributor

@tiagocoutinho tiagocoutinho left a comment

Choose a reason for hiding this comment

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

LGTM!

@ernestoarbitrio ernestoarbitrio merged commit a7ff8a0 into master Mar 2, 2026
7 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.

2 participants