-
Notifications
You must be signed in to change notification settings - Fork 77
Alter list type to Tuples for sample_width and bin_size in Beersheba. #943
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
Alter list type to Tuples for sample_width and bin_size in Beersheba. #943
Conversation
|
Perfect. Let's:
After that, I'll approve the PR. |
c363476 to
33b5a94
Compare
…and deconv_functions
33b5a94 to
a32f624
Compare
I have already done it! Do you think this is fine? |
|
That's great. Just to make sure I didn't convey the wrong message, I didn't mean to say that you should squash everything into a single commit. In this case it's a good approach, but that is not the case in general :). |
gonzaponte
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Better type hints for beersheba-related functions. Good job!
Yes! I figured hahaha. Should i continue with "Squash and merge" then? |
|
You mean merging the PR? Unless it's urgent we tend to have a merger that has not been involved in the PR. So I think @Ian0sborne can merge your PR and you can merge Ian's. |
Perfect! Sounds good! |
This PR fixes #908 by changing the lists parameters in the config file of Beersheba to Tuples. At the same time it corrects functions which take this parameters by changing their expected input from lists to Tuples.