Skip to content

Commit

Permalink
Merge pull request #957 from hugabora/dev/hugabora/fix-return-inde-it…
Browse files Browse the repository at this point in the history
…er-to-dataframe

Add return to iter_to_dataframe when filtering channels
  • Loading branch information
danielhrisca committed Nov 22, 2023
2 parents 4018abe + 7776fc4 commit 655bbe9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/asammdf/mdf.py
Original file line number Diff line number Diff line change
Expand Up @@ -3929,7 +3929,10 @@ def iter_to_dataframe(
yield df

mdf.close()
return

# else: channels is None

df = {}
self._set_temporary_master(None)

Expand Down

0 comments on commit 655bbe9

Please sign in to comment.