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: allow insertions that start at 0 #449

Merged
merged 1 commit into from
May 28, 2024
Merged

fix: allow insertions that start at 0 #449

merged 1 commit into from
May 28, 2024

Conversation

Taepper
Copy link
Collaborator

@Taepper Taepper commented May 27, 2024

Summary

SILO preprocessing aborts after insertions refactoring. Both for loculus and GenSpectrum. This has for now been pinned to an exception that is thrown when insertions with a position of 0 are encountered. It is also a bug that it aborts instead of throwing the appropriate exception #448

PR Checklist

- [ ] All necessary documentation has been adapted or there is an issue to do so.
- [ ] The implemented feature is covered by an appropriate test.

Copy link
Contributor

@fengelniederhammer fengelniederhammer left a comment

Choose a reason for hiding this comment

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

A unit test would have still been good though.

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