You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now there is too much mixing of library and test files in the same locations. We should restructure the repo to have the following structure:
root/
kl-tools/
tests/
notebooks/
scripts/
This will require absolute imports throughout the library code as well as proper install setup, all of which is largely completed on ultranest branch but not quite finished.
The text was updated successfully, but these errors were encountered:
Right now there is too much mixing of library and test files in the same locations. We should restructure the repo to have the following structure:
root/
This will require absolute imports throughout the library code as well as proper install setup, all of which is largely completed on
ultranest
branch but not quite finished.The text was updated successfully, but these errors were encountered: