dhbrookes / pb_solvers

Analytic and Semi-Analytic solvers for Poisson-Boltzmann equations
8 stars 7 forks source link

Unit testing for Solver functions #3

Open lfelberg opened 8 years ago

lfelberg commented 8 years ago

Need to make unit tests for this class

intendo commented 2 years ago

We have been working on a (forked version of pb_solvers)[https://github.com/Electrostatics/pb_solvers] for the (APBS code base)[https://github.com/Electrostatics/apbs]. We have updated the build system and are trying to get the code base into a form that can be released.

When we started many of the tests failed. We created an (issue)[https://github.com/Electrostatics/pb_solvers/issues/3] and have the code building and about 20 out of the 33 unit tests now pass. We would be interested to know if @lfelberg @lwwilson1 and @mesoniat would like to help get the final 13 tests working and do a code review to make sure that we did not introduce any errors in your code.

Would you be willing to help? We can add you to the (Electrostatics pb_solvers)[https://github.com/Electrostatics/pb_solvers] repo or we can perform a pull request.