Mentions légales du service

Skip to content
Snippets Groups Projects
Commit f10b40e5 authored by GUYET Thomas's avatar GUYET Thomas
Browse files

fix error due to the copy of patients characterisitcs

parent f1a23e00
Branches
No related tags found
No related merge requests found
......@@ -235,7 +235,7 @@ class PatientFactory:
def __load__(self, patient, colmap):
p = Patient()
p.raw_data = patient
p.raw_data = patient.copy()
if "sex" in colmap:
p.Sex = patient[colmap["sex"]]
else:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment