pyplati / platipy

Processing Library and Analysis Toolkit for Medical Imaging in Python
https://pyplati.github.io/platipy/
Apache License 2.0
103 stars 24 forks source link

Change merge to concat for contour comparison #125

Closed pchlap closed 2 years ago

pchlap commented 2 years ago

Hi @rnfinnegan,

pandas are deprecating merge so these will need to be changed over to concat. Ive done that for the contour comparison function (since that is the one I am using and it was spitting out a heap of warnings). But there might be a few other places where we need to change it. We should probably change it in those places too before merging this through?