Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🔧 Fix unpacking None value in alignment #369

Merged
merged 1 commit into from
Oct 2, 2023
Merged

Conversation

phlmn
Copy link
Member

@phlmn phlmn commented Sep 28, 2023

fixes #352

@phlmn phlmn requested review from pajowu, rroohhh and anuejn September 28, 2023 09:59
@phlmn phlmn force-pushed the phlmn/fix-alignment-crash branch from 034c7fd to a9eb416 Compare September 28, 2023 10:01
@phlmn phlmn changed the title Fix unpacking None value in alignment 🔧 Fix unpacking None value in alignment Sep 28, 2023
Comment on lines +266 to +267
if start_info is None or end_info is None:
continue
Copy link
Member

Choose a reason for hiding this comment

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

Could you please add a comment why/how this can happen?

Copy link
Member Author

@phlmn phlmn Sep 28, 2023

Choose a reason for hiding this comment

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

This is quite a quick and dirty fix for now. I started refactoring the code, but actually I think we should completely redo the alignment instead

@phlmn phlmn added this pull request to the merge queue Oct 2, 2023
Merged via the queue into main with commit 0237435 Oct 2, 2023
2 checks passed
@phlmn phlmn deleted the phlmn/fix-alignment-crash branch October 2, 2023 21:47
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.

Alignment step failed in dev environment
2 participants