cooperative-computing-lab / awe

Accelerated Weighted Ensemble (AWE) provides a Python library for adaptive sampling of molecular dynamics.
http://www.nd.edu/~ccl/software/awe
GNU General Public License v2.0
9 stars 6 forks source link

Update optparse to argparse #2

Open jeffkinnison opened 8 years ago

jeffkinnison commented 8 years ago

The optparse module of the Python standard library has been deprecated since 2.7. The more robust argparse library should be used instead for compatibility with Python 2.7 and 3.x.