Skip to content

Commit

Permalink
minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
movsesyanae committed Nov 8, 2024
1 parent 5a0157e commit 02a00e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pipit/readers/otf2_reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -452,8 +452,8 @@ def read_events(self):
pool.close()

# merges the dataframe into one events dataframe
events_dataframe = concat_trace_data(events_dataframes)
del events_dataframes
trace = concat_trace_data(events_dataframes)
events_dataframe = trace.events

# accessing the clock properties of the trace using the definitions
clock_properties = self.definitions.loc[
Expand Down

0 comments on commit 02a00e5

Please sign in to comment.