Skip to content

Commit

Permalink
Minor tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelzwiers committed Feb 4, 2025
1 parent 6ba7e37 commit 6ca2483
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_bidscoiner.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ def test_bidscoiner_neurobs(bids_neurobs, bidsmap_neurobs, test_data):

for handler in logging.getLogger().handlers:
handler.close()
bcoin.setup_logging()
(bidsmap_neurobs.parent/'bidscoiner.log').unlink(missing_ok=True)
bidscoiner.bidscoiner(testdata, bids_neurobs)
logs = (bidsmap_neurobs.parent/'bidscoiner.log').read_text()
Expand Down

0 comments on commit 6ca2483

Please sign in to comment.