sjoerdk / idiscore

Deidentification of DICOM images using Attribute Confidentiality Profiles
GNU General Public License v3.0
11 stars 2 forks source link

Clean up documentation regarding deepcopy / modification in place #108

Closed sjoerdk closed 2 years ago

sjoerdk commented 2 years ago
IDIS Core version: 1.0.1
Python version: Any
Operating System:  Any

Description

Follow up from #106. Commit 6be8769365 changed main processing method from deepcopy to direct modification of the input. This is however not reflected in all docstrings and documentation. Fix

sjoerdk commented 2 years ago

Reference to main ds processing now all mention modification in place:

https://github.com/sjoerdk/idiscore/blob/master/idiscore/core.py#L182 https://github.com/sjoerdk/idiscore/blob/master/idiscore/core.py#L159