Skip to content
This repository has been archived by the owner on Nov 28, 2023. It is now read-only.

Commit

Permalink
Update DataSet.py
Browse files Browse the repository at this point in the history
  • Loading branch information
manonreau authored Nov 15, 2021
1 parent f60d3eb commit 9e20f85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deeprank/learn/DataSet.py
Original file line number Diff line number Diff line change
Expand Up @@ -1441,7 +1441,7 @@ def map_feature(self, feat_names, mol_data, grid, npts, angle, axis):

if data.shape[0]==0:
logger.warning(f'No {name} retrieved at the protein/protein interface')
continue

else:
chain = data[:, 0]
pos = data[:, 1:4]
Expand Down

0 comments on commit 9e20f85

Please sign in to comment.