Skip to content

Commit dc3dc58

Browse files
committed
test
1 parent 58a565a commit dc3dc58

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
setuptools.setup(
1010
name='grad-cam',
11-
version='1.4.6',
11+
version='1.4.8',
1212
author='Jacob Gildenblat',
1313
author_email='[email protected]',
1414
description='Many Class Activation Map methods implemented in Pytorch for classification, segmentation, object detection and more',

tests/test_context_release.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,4 @@ def test_memory_usage_in_loop(numpy_image, batch_size, width, height,
6666

6767
if i == 0:
6868
initial_memory = psutil.virtual_memory()[2]
69-
assert(psutil.virtual_memory()[2] <= initial_memory * 1.05)
69+
assert(psutil.virtual_memory()[2] <= initial_memory * 1.1)

0 commit comments

Comments
 (0)