Jhsmit / PyHDX

Derive ΔG for single residues from HDX-MS data
http://pyhdx.readthedocs.io
MIT License
28 stars 12 forks source link

Dosctring fixes #179

Closed sajetan closed 3 years ago

Jhsmit commented 3 years ago

The test that fails here (test_file_download_output) is the one that was already failing before. Probably you forked the master with this failing tests and as a result the PR also fails.

Perhaps you can do some git magic such as rebasing your fork on the current master branch (https://www.atlassian.com/git/tutorials/merging-vs-rebasing) or syncing the fork (https://docs.github.com/en/github/collaborating-with-issues-and-pull-requests/syncing-a-fork)

I'm certainly no expert here and when I'm attempting advanced level Git stuff like this I'm always very confused. However, if we try perhaps we might learn something :)

Jhsmit commented 3 years ago

Closing these in favor of #181