Skip to content

Conversation

@igoroctaviano
Copy link
Contributor

@igoroctaviano igoroctaviano commented Sep 3, 2025

Context

Changes & Results

Testing

Checklist

PR

  • [] My Pull Request title is descriptive, accurate and follows the
    semantic-release format and guidelines.

Code

  • [] My code has been well-documented (function documentation, inline comments,
    etc.)

Public Documentation Updates

  • [] The documentation page has been updated as necessary for any public API
    additions or removals.

Tested Environment

  • [] OS:
  • [] Node version:
  • [] Browser:

@netlify
Copy link

netlify bot commented Sep 3, 2025

Deploy Preview for ohif-dev canceled.

Name Link
🔨 Latest commit d198c3c
🔍 Latest deploy log https://app.netlify.com/projects/ohif-dev/deploys/6908bf616fe777000769f90d

@cypress
Copy link

cypress bot commented Sep 3, 2025

Viewers    Run #5705

Run Properties:  status check passed Passed #5705  •  git commit d198c3c7be: Add action
Project Viewers
Branch Review feat/load-derived-display-sets
Run status status check passed Passed #5705
Run duration 02m 15s
Commit git commit d198c3c7be: Add action
Committer Igor Octaviano
View all properties for this run ↗︎

Test results
Tests that failed  Failures 0
Tests that were flaky  Flaky 0
Tests that did not run due to a developer annotating a test with .skip  Pending 0
Tests that did not run due to a failure in a mocha hook  Skipped 0
Tests that passed  Passing 37
View all changes introduced in this branch ↗︎

Copy link
Member

@sedghi sedghi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

see my comments thanks

const primaryDisplaySetUID = displaySetInstanceUIDs[0];
const derivedDisplaySets = _getDerivedSegmentations(primaryDisplaySetUID);
if (!derivedDisplaySets.length) {
return;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we do a console.warn here too?

Copy link
Collaborator

@jbocce jbocce left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor comment

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants