ur-whitelab / hoomd-tf

A plugin that allows the use of Tensorflow in Hoomd-Blue for GPU-accelerated ML+MD
https://hoomd-tf.readthedocs.io
MIT License
30 stars 8 forks source link

Mapping assertion #220

Closed mehradans92 closed 4 years ago

mehradans92 commented 4 years ago

Added assertion to the mapping matrix function in utils.py to raise an error for invalid beads distribution list inputs by the user.

pep8speaks commented 4 years ago

Hello @mehradans92! Thanks for opening this PR. We checked the lines you've touched for PEP 8 issues, and found:

Line 215:101: E501 line too long (134 > 100 characters)