nanograv / pint_pal

A long-lived repository for NANOGrav Pulsar Timing workflows and analysis.
MIT License
6 stars 16 forks source link

PINT Pal crashes if `excised-tim` is `None` #59

Closed rossjjennings closed 3 weeks ago

rossjjennings commented 1 month ago

Currently, whenever PINT Pal reads a YAML file containing an excised-tim: line, it checks to make sure the file being pointed to exists, and fails gracefully if it doesn't. But if the value of the excised-tim field is not a string, such as if it is empty, PINT Pal will crash.

rossjjennings commented 3 weeks ago

Fixed by #65.