Skip to content

Commit

Permalink
Merge pull request HeliXonProtein#27 from hazemessamm/main
Browse files Browse the repository at this point in the history
fixed an import exception in pipeline.py
  • Loading branch information
RuiWang1998 authored Aug 24, 2022
2 parents 39beb29 + 19230dc commit bea3663
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion omegafold/pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@

try:
from torch.backends import mps # Compatibility with earlier versions
except IndexError:
except ImportError:
mps = None


Expand Down

0 comments on commit bea3663

Please sign in to comment.