Replace pandas with numpy.testing

Addresses https://github.com/jensengroup/propka-3.1/pull/36#discussion_r429104797
This commit is contained in:
Nathan Baker
2020-05-23 08:40:17 -07:00
parent 0b4241cce6
commit 73f0ce47af
4 changed files with 12 additions and 14 deletions

View File

@@ -1,6 +1,7 @@
# Testing PROPKA
These tests assume that PROPKA is installed as a module on your system.
These tests assume that PROPKA is installed as a module on your system the
dependencies in `../requirements.txt` are satisfied.
If you are running in a virtual environment and want to make changes to your
code, module installation accomplished by
```