forked from girder/large_image
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
As of the latest `wsidicom` release (0.13.0), the new `__init__` method just takes a `DICOMwebClient` object. The old `__init__` method was moved to the class method `create_client()`. So we need to update the way we initialize it. In girder#1349, we are adding authentication where we create the DICOMwebClient object ourselves, so go ahead and do that now to simplify that one. Signed-off-by: Patrick Avery <[email protected]>
- Loading branch information
Showing
1 changed file
with
15 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters