lamoureux-lab / TorchProteinLibrary

PyTorch library of layers acting on protein representations
https://lamoureux-lab.github.io/TorchProteinLibrary/
MIT License
116 stars 23 forks source link

Refactor UnitTests #3

Closed lupoglaz closed 5 years ago

lupoglaz commented 6 years ago

Refactor directory UnitTests: Tests should measure timing, memory consumption, validity, visualization.

lupoglaz commented 5 years ago
  1. Make one directory with standard testing framework
  2. Use PeptideBuilder as a common point for all the tests
  3. Each test should measure memory consumption, time and validity
lupoglaz commented 5 years ago

Refactored tests, every one of them runs, profiling and benchmarking will be in separate categories. Still there's a need for better testing