Skip to content

Commit

Permalink
clear lists
Browse files Browse the repository at this point in the history
  • Loading branch information
mscheltienne committed May 31, 2024
1 parent beffc37 commit 9135fcf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mne_lsl/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,10 @@ def _closer():
# delete inlets before outlets
for inlet in inlets:
inlet.__del__()
inlets.clear()
for outlet in outlets:
outlet.__del__()
outlets.clear()


@pytest.fixture()
Expand Down

0 comments on commit 9135fcf

Please sign in to comment.