소스 검색

Mise à jour de 'EL1000/metadata.py'

Lucas Gautheron 1 년 전
부모
커밋
d318bcb511
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      EL1000/metadata.py

+ 1 - 1
EL1000/metadata.py

@@ -200,7 +200,7 @@ class MetadataImporter:
             self.recordings = self.recordings.apply(recording_date, axis = 1)
 
             self.children['dob_criterion'] = 'extrapolated'
-            self.children['dob_accuracy'] = 'month'
+            self.children['dob_accuracy'] = 'day' # actually that is only true is the dates in input were not rounded already
 
         elif 'child_dob' not in self.children.columns: