Refactor to have references in separate sub-directory; closes #49#77
Conversation
|
This looks great! One question, do we really want Maybe we should we also have a Another option is to make the |
|
I do think they should be under I can explore that over the next week. For ease of comparison I'll probably create a new branch off of this one, but we ideally want to merge both together. So with that in place, we would have |
|
This is now ready to go. It stores references under Once this is merged, I'll make a major astrodbkit2 release and re-run the SIMPLE tests. |
Co-authored-by: Kelle Cruz <kellecruz@gmail.com>
This changes the database saving/loading logic to add an optional
reference_databasevariable (defaults to "reference"). When set, any table set as reference will get stored in that sub-directory. This is backwards compatible in the sense that when loading a database, it will also check the parent directory if it doesn't file reference tables in the sub-directory.Closes #49