Skip to content

Commit

Permalink
removed accidental IPython things
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel Musson committed Oct 26, 2022
1 parent 43330c9 commit 3097163
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions src/molearn/molearn_trainer.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@
from molearn.openmm_loss import openmm_energy
import warnings
from decimal import Decimal
try:
from IPython import embed
except ImportError:
print('IPython not install but also not strictly needed')

class TrainingFailure(Exception):
pass
Expand Down
1 change: 0 additions & 1 deletion src/molearn/openmm_loss/openmm_thread.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
print('no plugin, wont be able to use openmm_loss')
import torch
from math import ceil
from IPython import embed
import numpy as np


Expand Down

0 comments on commit 3097163

Please sign in to comment.