zadorlab / sella

A Python software package for saddle point optimization and minimization of atomic systems.
https://www.ecc-project.org/
Other
72 stars 20 forks source link

Create unit tests #3

Open ehermes opened 5 years ago

ehermes commented 5 years ago

Sella currently has no unit tests, as up to this point, the interface has been somewhat in flux.

We intend on stabilizing the current interface. Therefore, we should write unit tests.

What follows is a potentially incomplete list of functionality within Sella that could benefit from unit tests.

There are also some features within Sella that are currently broken or not being used. We may want to write unit tests for these features as well.

Unit test contributions are welcome.