We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 081b754 commit 61bab3bCopy full SHA for 61bab3b
deeplc/feat_extractor.py
@@ -463,7 +463,9 @@ def rolling_sum(a, n=2):
463
try:
464
matrix[i, dict_index[k]] = v
465
except IndexError:
466
- logger.warning(f"Could not add the following value: {v}")
+ logger.warning(f"Could not add the following value: pos {i} for atom {k} with value {v}")
467
+ except KeyError:
468
469
470
for p in positions_pos:
471
aa = seq[p]
0 commit comments