-
Notifications
You must be signed in to change notification settings - Fork 7
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
Backends dataset #75
Backends dataset #75
Conversation
I have found at least 3 slides which will not load with the new experimental backends. '1c55f0d8-b0af-4a1e-84ef-f30aab5d749b/TCGA-OL-A5RY-01Z-00-DX1.AE4E9D74-FC1C-4C1E-AE6D-5DF38899BBA6.svs' '69254fba-c85c-4bbb-8a4c-b2e14c8e5a2a/TCGA-OL-A5RZ-01Z-00-DX1.6394C05E-1C34-4F4B-8859-F5E961E7EFF9.svs' '6eca5a11-0405-4619-88dd-04a12780e2bb/TCGA-OL-A5RX-01Z-00-DX1.15A0D4F4-2744-4D44-8883-27FF83D9C824.svs' Full stacktrace: Traceback (most recent call last): During handling of the above exception, another exception occurred: Traceback (most recent call last): During handling of the above exception, another exception occurred: Traceback (most recent call last): During handling of the above exception, another exception occurred: Traceback (most recent call last): Process finished with exit code 1 Env is clean python 3.9, with dlup install via git with commit hash for the PR, as such: pip install git+https://github.com/NKI-AI/dlup.git@ff879a58ce8745ef6e9aa28d52f379c550dfdff4 Environment: Name Version Build Channel_libgcc_mutex 0.1 main |
In my modified version of openslide I can read those slides. They don't adhere properly to the assumptions. I will think about ways to circumvent that but can you review this ignoring that problem for now? It would be good to add as an issue though. |
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.
The new modifications work as expected. We can merge these changes into the main branch.
Implement multiple backends in the dataset classes and fix bugs in the backends