Skip to content
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

Assert code 17 - resolutions_ assertion #81

Open
jamesdigid opened this issue Sep 1, 2022 · 3 comments
Open

Assert code 17 - resolutions_ assertion #81

jamesdigid opened this issue Sep 1, 2022 · 3 comments
Labels
question Further information is requested

Comments

@jamesdigid
Copy link

I am using OHIF as a viewer which is erroring out on this assertion when attempting to view WSI studies:

    assert(isSorted(this.resolutions_, function(a, b) {
      return b - a;
    }, true), 17);

I'm unclear on the purpose of this, or why it might be failing. Any insights would be much appreciated.

Thanks

@hackermd hackermd added the question Further information is requested label Sep 1, 2022
@hackermd
Copy link
Collaborator

hackermd commented Sep 1, 2022

Thanks for reporting the issue @jamesdigid. Could you kindly provide some additional information (version of the software, data used, etc.) that may help us debug the problem.

@jamesdigid
Copy link
Author

I am using standard SM modality study served by Orthanc server. After further testing i'm seeing its something unique to our custom build of OHIF.

"name": "dicom-microscopy-viewer",
  "version": "0.6.1",

"name": "@ohif/viewer",
  "version": "4.12.18",

@hackermd
Copy link
Collaborator

hackermd commented Sep 2, 2022

Could you try whether you can reproduce the problem using Slim (https://github.com/herrmannlab/slim)?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants