whitead / dmol-book

Deep learning for molecules and materials book
https://dmol.pub
Other
618 stars 121 forks source link

Fixed some small typos #233

Closed RaulPPelaez closed 1 year ago

RaulPPelaez commented 1 year ago

I corrected some small typos I encountered while reading the book.

whitead commented 1 year ago

Thanks for the contribution! Could you run the following commands on your PR?

pip install -r dev-requirements.txt
pre-commit run --all-files
RaulPPelaez commented 1 year ago

Sorry, I thought I did but clearly had not. Not familiar with pre-commit.

whitead commented 1 year ago

Looks good -thanks @RaulPPelaez