Closed stefsmeets closed 3 months ago
Hi @nichollsh Could you have a look at this PR and let me know what you think?
FYI, Harrison is on vacation this week.
Ah, good to know, seems like Laurent as well. I was wondering why it was so quiet on all my PRs 😅
I can see that I can get some reviewed during the week, but I will probably not be able to do all of them.
No worries, there is no rush!
This PR adds a standard data directory for JANUS. You can still set
FWL_DATA
, but instead of crashing, JANUS will use a default directory instead.I single-sourced the FWL data directory to
janus.utils.data.FWL_DATA_DIR
, so you can dofrom janus.utils.data import FWL_DATA_DIR
. This avoids checking the env var in multiple places.I also added a small CLI command to check the current data locations:
Closes #36