askap-vast / vast-pipeline

This repository holds the code of the Radio Transient detection pipeline for the VAST project.
https://vast-survey.org/vast-pipeline/
MIT License
8 stars 3 forks source link

Refactor os.path usage to pathlib #577

Open ajstewart opened 3 years ago

ajstewart commented 3 years ago

There are quite a few os.path operations going on in the code. Ideally these should be updated to use pathlib.