Skip to content

Commit

Permalink
avoid verbosity
Browse files Browse the repository at this point in the history
  • Loading branch information
Pegerto Fernandez authored and Pegerto Fernandez committed Jan 3, 2024
1 parent 710a67b commit 3365a27
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/graphpro/util/sasa.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@

def compute_sasa(ag: AtomGroup):
import freesasa

# Avoid excessive logging during classifier guessing
freesasa.setVerbosity(freesasa.silent)

structure = freesasa.Structure()
for a in ag.atoms:
x,y,z = a.position
Expand Down

0 comments on commit 3365a27

Please sign in to comment.