DCBIA-OrthoLab / Q3DCExtension

Apache License 2.0
4 stars 14 forks source link

BUG : Fix pandas import error in Group_landmark.py file when loading AQ3DC #98

Closed HUTIN1 closed 1 year ago

HUTIN1 commented 1 year ago

The importation of pandas in the Group_landmark.py file makes the loading of AQ3DC crash, if the user doesn't already have pandas in Python slicer. And AQ3DC was not able to install pandas, because the importation of Group_landmark was before the installation of pandas.

@allemangD Thanks in advance for reviewing the pull request

HUTIN1 commented 1 year ago

For the commit STYLE : add comment in Measure file, rename variable and function