madscatt / zazmol

Library for defining molecular objects to create simulation and analysis programs To install: python setup.py install dependencies: numpy, mocker
GNU General Public License v3.0
0 stars 2 forks source link

Environmental variable name changes in testing suite #3

Closed madscatt closed 7 years ago

madscatt commented 7 years ago

Need to change:

SASSIE_HUGETEST --> HUGETEST SASSIE_FLOATTYPE --> FLOATTYPE SASSIE_LARGETEST --> LARGETEST

variable names to remove the word SASSIE.

madscatt commented 7 years ago

Done. Passed all tests.