-
Notifications
You must be signed in to change notification settings - Fork 32
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
tests are failing for storing to two attributes with the same name #68
Comments
It's a known issue that should be ignored. Lines 837 to 841 in 0e5096a
|
Interesting. I will try to figure out why it is not. Thank you. |
the error is already handled here and raised in the last line. Lines 1246 to 1303 in 0e5096a
The code that you mentioned is never executed in this case. |
I think the problem are the open issues in the SentinelNodeFinder. Lines 679 to 685 in 0e5096a
This issue here is just one more. I skipped This issues should be fixed later or categorized as KnownIssues. But don't know if I will have time for this. |
I'm currently working on #64 and have some problems with the tests for 3.7 (reproducible on master)
The pipeline which is failing is the following:
https://github.com/alexmojaki/executing/actions/runs/4362346591/jobs/7627135034
I minimized the problem down to the following line (file was stored in tests/small_samples):
part of the test output (python 3.7.15):
I don't know if this issue could be fixed in the SentinelNodeFinder or if it should be handled as an known issue and be ignored.
I also don't know why it started to appear now.
The text was updated successfully, but these errors were encountered: