Skip to content

Commit

Permalink
minor in TSR
Browse files Browse the repository at this point in the history
  • Loading branch information
JHoelli committed Aug 13, 2024
1 parent 17c35d1 commit dcaf0e6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,6 @@ def _getTwoStepRescaling(

if input_size>1:
for t in range(sequence_length):
print('TIME CONR',timeContribution[0, t])
if timeContribution[0, t] > meanTime:
for c in range(input_size):
newInput = input.clone()
Expand Down
2 changes: 1 addition & 1 deletion TSInterpret/__version__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
VERSION = (0, 4, 5)
VERSION = (0, 4, 6)
__version__ = ".".join(map(str, VERSION)) # noqa: F401

0 comments on commit dcaf0e6

Please sign in to comment.