-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change in download api #84
Conversation
Special case: if the dataset is "all", "potential", "interaction". | ||
all: all available datasets will be downloaded. | ||
potential: all the potential datasets will be downloaded | ||
interaction: all the interaction datasets will be downloaded |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you add docstrings, what does overwrite
, cache_dir
do? Also, can you add a usage command here + in the main readme?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me, just left one comment to improve documentation. Can merge after addressing this.
Improved atom energy code + fixes
Remove the DataDownloader in raws and implement a classmethod fetch