Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcello-Sega committed Dec 1, 2024
1 parent 8e563b4 commit dcec7ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pytim/examples/example_mdtraj.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
inter = pytim.ITIM(t)
for step in t[:]:
print("surface atoms: "+repr(inter.atoms.indices))
except ModuleNotFoundError:
print('Mdtraj not installed')
except:
pass # for package testing, in case mdtraj is not available or has compatibility issues

0 comments on commit dcec7ae

Please sign in to comment.