Skip to content

Commit

Permalink
Update input_file.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ZzakB authored Sep 11, 2022
1 parent e5ed914 commit e11fbb1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/input_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
from MolNotator.dereplicator import dereplicator
from MolNotator.cosiner import cosiner
from MolNotator.molnet import molnet
import warnings
warnings.simplefilter(action='ignore', category=FutureWarning)


wd = 'set/path/'
os.chdir(wd)
Expand Down

0 comments on commit e11fbb1

Please sign in to comment.