Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix setup.py to copy hpb #1869

Merged
merged 12 commits into from
Aug 23, 2024
Prev Previous commit
Next Next commit
fix PY3K to prody.PY3K in tear down
jamesmkrieger committed Aug 22, 2024
commit 9ae04c55f3d06c69deee34c62bf67a5a5540fab6
2 changes: 1 addition & 1 deletion prody/tests/proteins/test_insty.py
Original file line number Diff line number Diff line change
@@ -153,7 +153,7 @@ def testImportHpb(self):

@classmethod
def tearDownClass(cls):
if PY3K:
if prody.PY3K:
import os
for filename in ['test_2k39_all.npy', 'test_2k39_hbs.npy', 'test_2k39_sbs.npy',
'test_2k39_rib.npy', 'test_2k39_PiStack.npy', 'test_2k39_PiCat.npy',