You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Although MHCnuggets appears awesome, there are no tests to prove that it works correctly. I would enjoy be able to be sure that MHCnuggets at least works on some minimal level, especially in a continuous integration test (stub added with #13).
I suggest to add at least one test, which can be copied from the Jupyter notebook. Apparently, pytest is the recommended Python testing framework, so I suggest to use that one.
I do volunteer to do so, also because I need MHCnuggets for my own research.
The text was updated successfully, but these errors were encountered:
Although MHCnuggets appears awesome, there are no tests to prove that it works correctly. I would enjoy be able to be sure that MHCnuggets at least works on some minimal level, especially in a continuous integration test (stub added with #13).
I suggest to add at least one test, which can be copied from the Jupyter notebook. Apparently,
pytest
is the recommended Python testing framework, so I suggest to use that one.I do volunteer to do so, also because I need MHCnuggets for my own research.
The text was updated successfully, but these errors were encountered: