Skip to content

Commit

Permalink
Fix debug call
Browse files Browse the repository at this point in the history
  • Loading branch information
RobbinBouwmeester committed Sep 3, 2023
1 parent 7ca70be commit ca2d407
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).

# [2.2.14] - 2023-09-03

### Changed
- Fix missing debug time in feature extractor

# [2.2.13] - 2023-09-03

### Changed
Expand Down
4 changes: 0 additions & 4 deletions deeplc/feat_extractor.py
Original file line number Diff line number Diff line change
Expand Up @@ -536,10 +536,6 @@ def rolling_sum(a, n=2):
ret_list["pos_matrix"][row_index] = matrix_pos.flatten()
ret_list["matrix_hc"][row_index] = matrix_hc

logger.debug(
"Feats: %s seconds" %
(time.time() - t1))

return ret_list


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name='deeplc',
version='2.2.13',
version='2.2.14',
license='apache-2.0',
description='DeepLC: Retention time prediction for (modified) peptides using Deep Learning.',
long_description=LONG_DESCRIPTION,
Expand Down

0 comments on commit ca2d407

Please sign in to comment.