signaux-faibles / predictsignauxfaibles

Dépôt du code python permettant la production de liste de prédiction Signaux Faibles.
MIT License
6 stars 2 forks source link

fix: fix bug when fields is None #64

Closed vviers closed 3 years ago

vviers commented 3 years ago

When fetching all fields in a SFDataset, the part of the code that fills missing fields with NAs was raising an error. This PR solves this issue.