Skip to content

Commit

Permalink
Revert "try attempting garbage collector to run at end of test"
Browse files Browse the repository at this point in the history
This reverts commit 2753abb.
  • Loading branch information
willGraham01 committed Feb 7, 2024
1 parent f5e8c0f commit b8a5be4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/core/test_integration/test_detection.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import gc
import os
from math import isclose

Expand Down Expand Up @@ -108,9 +107,6 @@ def test_detection_full(
num_cells_validation, num_cells_test, abs_tol=DETECTION_TOLERANCE
)

# Force explicit memory cleanup
gc.collect()


def test_detection_small_planes(
signal_array,
Expand Down

0 comments on commit b8a5be4

Please sign in to comment.