Skip to content

Commit

Permalink
example.py works with import
Browse files Browse the repository at this point in the history
  • Loading branch information
psalveso committed Mar 29, 2021
1 parent f2d9674 commit 79ff342
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion example/example.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import sys
import glob
sys.path.append('/home/psalveso/git_repositories/pyRIF/pyRIF')

# pyrosetta
import pyrosetta
Expand Down
2 changes: 1 addition & 1 deletion pyRIF/pyRIF.py
Original file line number Diff line number Diff line change
Expand Up @@ -645,7 +645,7 @@ def apply(self, pose):
#if self.L_AA_RIF['target'] is not None:
# pose = self.superimpose(self.L_AA_RIF['target'] , pose)
#elif self.D_AA_RIF['target'] is not None:
# pose = self.superimpose(self.L_AA_RIF['target'] , pose)
# pose = self.superimpose(self.D_AA_RIF['target'] , pose)
#else:
# raise ValueError('RIF target pose not defined')

Expand Down

0 comments on commit 79ff342

Please sign in to comment.