Browse Source

Mise à jour de 'EL1000/metadata.py'

Lucas Gautheron 1 year ago
parent
commit
d318bcb511
1 changed files with 1 additions and 1 deletions
  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: