Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
dkrako committed Sep 14, 2023
1 parent 9ff3ba8 commit 26bf825
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pymovements/gaze/gaze_dataframe.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ def __init__(
if events is None:
self.events = pm.EventDataFrame()
else:
self.events = events.clone()
self.events = events.copy()

def transform(
self,
Expand Down

0 comments on commit 26bf825

Please sign in to comment.