-
Notifications
You must be signed in to change notification settings - Fork 6
[MRG] Fix incorrect uncompressed dataset #4
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
Conversation
|
@darcymason I'm a little confused how this works now, the pydicom unit tests should still pass because the download URL refers to a particular commit? Should the urls.json file be updated after this is merged or do you want a paired PR so both are available to be merged (presumably after this one is merged the other has its actions run with the updated -data then merged)? Although, won't I only know the commit hash after the squash + merge? Not sure how/when the hashes are generated |
I'm still kind of working through this too, but I think everything you said is right. We can commit here first without affecting previous pydicom because it has the exact commit hash (not the new one from this PR). Then update the pydicom urls.json (replace-all of the old commit hash with the new one from this PR) -- only pydicom tests associated with files changed in this PR will be affected in pydicom, all others unchanged between commits. |
|
Sorry, I updated things while you were answering:
Looking at the master history a new hash is generated on squash + merge |
Right, so I should update the PR template again to be a little more specific about that, and the checklist isn't really completed here, so maybe separate into two checklists- pre and post merge here. Are you ready to merge this now? I'm not sure of rights on this one, you should probably have them. And looks like does not require official review, which I think is fine. |
|
I'm knocking off for the night - I'll pick up on anything else needed from me tomorrow. |
|
Yep its ready |
|
Hmmm... it says you've merged it into master but I'm still see the Merge button on github ... ? I'll just close the PR as it looks like the correct commit url is used in pydicom. |
Describe the changes
Updates US1_UNCI.dcm with the correct uncompressed pixel data
Tasks
[urls.json]https://github.com/pydicom/pydicom/blob/master/pydicom/data/urls.jsonand create a pydicom pull request