Skip to content

Commit

Permalink
Pass self
Browse files Browse the repository at this point in the history
  • Loading branch information
IshaanDesai committed Feb 6, 2024
1 parent f399fa3 commit 943ac2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cyprecice/cyprecice.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -1041,7 +1041,7 @@ cdef class Participant:

return np_ids, np_coordinates.reshape((size, dimensions))

def get_version_information ():
def get_version_information (self):
"""
Returns
-------
Expand Down

0 comments on commit 943ac2c

Please sign in to comment.