mphowardlab / azplugins

A HOOMD-blue component for soft matter simulations.
BSD 3-Clause "New" or "Revised" License
21 stars 13 forks source link

Remove from hoomd import * in unit tests #33

Closed astatt closed 4 years ago

astatt commented 4 years ago

For consistency, we should change and check the hoomd import statements in the .py files, e.g. ```from hoomd import to import hoomd``` and associated necessary changes. This is not urgent by any means.

mphoward commented 4 years ago

Yes, this is a good idea. The first pass solution would be to convert all the commands, prepending hoomd as needed.

I also would like to simplify the unit tests #34, which could make this easier. We can decide what order to do that in.