Skip to content

Commit

Permalink
FIX: Continue
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner committed Mar 12, 2024
1 parent 1d6541f commit 74bb767
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mne/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -963,6 +963,8 @@ def pytest_sessionfinish(session, exitstatus):
# get the number to print
files = defaultdict(lambda: 0.0)
for item in session.items:
if _phase_report_key not in item.stash:
continue
report = item.stash[_phase_report_key]
dur = sum(x.duration for x in report.values())
parts = Path(item.nodeid.split(":")[0]).parts
Expand Down

0 comments on commit 74bb767

Please sign in to comment.