Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
siddharthjain1611 committed Mar 11, 2020
1 parent 64160b6 commit 8e88946
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package/MDAnalysis/analysis/align.py
Original file line number Diff line number Diff line change
Expand Up @@ -1368,6 +1368,7 @@ def get_atoms_byres(g, match_mask=np.logical_not(mismatch_mask)):
ag1.n_atoms, ag2.n_atoms)
logger.error(errmsg)
raise_from(SelectionError(errmsg), None)
pass
except AttributeError:
errmsg=("Failed to check the mass matches")
raise_from(SelectionError(errmsg), None)
Expand Down

0 comments on commit 8e88946

Please sign in to comment.