qurit / rt-utils

A minimal Python library to facilitate the creation and manipulation of DICOM RTStructs.
MIT License
191 stars 56 forks source link

Please remove "Skipping empty mask layer" print statement... #55

Closed mathiser closed 1 year ago

mathiser commented 2 years ago

... or at least make it with logging, so it can be filtered out.

Thanks for a wonderful library!

Mathis

asim-shrestha commented 1 year ago

Hey Mathiser, thank you! You're right, we should definitely use a logger instead of just printing values out. Ill write a issue for that

Here is the PR to remove the print statement though: https://github.com/qurit/rt-utils/pull/57