Skip to content

Commit

Permalink
Update dataset.py
Browse files Browse the repository at this point in the history
  • Loading branch information
philippemiron authored Sep 24, 2023
1 parent 70457c9 commit 92bc82e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pygtm/dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

class trajectory:
def __init__(self, x, y, t, ids):

# store trajectory data
self.x = x
self.y = y
Expand Down

0 comments on commit 92bc82e

Please sign in to comment.