dcmjs-org / dcmjs

Javascript implementation of DICOM manipulation
https://dcmjs.netlify.com/
MIT License
287 stars 108 forks source link

Test failing due to missing image referenced by seg #380

Open pieper opened 4 months ago

pieper commented 4 months ago

With this change the Cornerstone seg adaptor issues a console.warn message when it can't find the image referenced by the SEG, leading to the failure of adaptors.test.js.

It would be good to fix this by providing a valid referenced image to the test so that the impacted code can be tested.

pieper commented 4 months ago

here's an example of the test failing: https://github.com/dcmjs-org/dcmjs/actions/runs/8136399953/job/22247481442?pr=379