Closed jennan closed 7 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 82.04%. Comparing base (
424dcdc
) to head (0821456
). Report is 1 commits behind head on master.:exclamation: Current head 0821456 differs from pull request most recent head 7342206. Consider uploading reports for the commit 7342206 to get more accurate results
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Hi @yarikoptic , sorry for the delay. I have included your changes, but I am equally happy if you merge https://github.com/nipy/heudiconv/pull/756 and close this PR :-).
:rocket: Issue was released in v1.1.1
:rocket:
Hello,
This pull request is meant to fix an error we are encountering when processing data with empty date/time fields due to anonymization. Please note the fields are not missing but contain an empty string.
I have adapted the code of
get_datetime_from_dcm
to handle this scenario the same way as if the date/time was missing.Please let me know if you need more details or changes to this pull request.
Thank you :).