tardis-sn / carsus

Atomic Database for Astronomy
https://tardis-sn.github.io/carsus
21 stars 44 forks source link

Use pathlib instead of os #388

Open jvshields opened 11 months ago

jvshields commented 11 months ago

I think tardis is trying to migrate over to pathlib instead of using os.path. This is just an issue to keep track of that and remind ourselves of it for somebody to do at some point.

jvshields commented 11 months ago

I'm fixing this for conftest in PR #386, but it's not great because deeper down the paths are operated on as strings, so you have to convert them back from paths. Someone should look into this in the future.