-
Notifications
You must be signed in to change notification settings - Fork 24
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
When downloading with skipVolumeData, keep volume tag #6566
Conversation
Looks like this does break the download with skipVolumeData for libs versions 0.10.18 and 0.10.19. Do you think we should accept that and encourage users to upgrade? Or build a backwards compatible version of this? I’m hesitant to just make the location emptystring, maybe you have other ideas? |
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 code itself LGTM 👍
Looks like this does break the download with skipVolumeData for libs versions 0.10.18 and 0.10.19. Do you think we should accept that and encourage users to upgrade? Or build a backwards compatible version of this? I’m hesitant to just make the location emptystring, maybe you have other ideas?
As a first measure we should release a wk-libs version that is compatible with the change, I prepared a PR for that (scalableminds/webknossos-libs#814). Then I think it's ok to merge this, since it only affects new downloads, and skip_volume_data
must be set, which was just introduced three weeks ago with version 0.10.18
here.
Thanks for having a look and thanks for pushing the change in the python client! Do you think we should wait for some days before deploying this, so that more people would switch from 0.10.18 to 0.10.20? Or maybe it’s a rare enough case that it doesn’t make sense to wait? |
Let's just wait a couple of days, as this change is not pressing IMO. But in general I think that it should be quite rare, still. |
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.
URL of deployed dev instance (used for testing):
Steps to test:
location
attribute should be omitted, and a comment added instead.