-
Notifications
You must be signed in to change notification settings - Fork 23
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
add corrected applicator to linear alignment #407
Conversation
Looks good. |
I am not sure why the job tests are failing now. It fails at The tests are performed with Python 3.7 but the tests did not fail before... @JackTemaki you have an idea? |
I have to be honest. I have no clue 😅 |
There is a |
Thanks, but I was referring to the python test failing or rather why this only comes up now ^^ |
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.
So if we bump to 3.8 I would revert the "fix" to make the test run.
* add corrected applicator to linear alignment * add sis hash exclude * revert * change import and rerevert * more detailed import * exclude test * possible fix * black * more * add doc string * removed -> py3.8
@Marvin84 can I apply this like this to the linear alignment step?