Skip to content

Commit

Permalink
remove unnecessary print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
martinvoegele committed Nov 19, 2023
1 parent 9c01dac commit 70ca165
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pensa/features/mda_torsions.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ def read_torsions(pdb, xtc, sel=[[0, 1, 2, 3], [1, 2, 3, 4]], first_frame=0, las
torsion_atoms = [u.atoms[selection] for selection in sel]
dihedrals = Dihedral(torsion_atoms).run()
dihedral_angles = dihedrals.angles
print('DIHEDRAL ANGLES', dihedral_angles.shape)

# Generate the labels
torsion_labels = []
Expand Down

0 comments on commit 70ca165

Please sign in to comment.