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
Upon changing from setup.py to pyproject.toml, it became apparent
that doing `pip install -e .` in the top directory will miss a
bunch of dataset files because of incorrect pathnames
(there are no such `atomdb/datasets/*/data/*` or
`atomdb/datasets/*/raw_data/*` paths in the repository) in
MANIFEST.in. Also, atomdb.periodic wasn't getting imported in
atomdb.__init__.py. This was causing some file deletions when
switching between branches on my local version of the repository.
0 commit comments