From 943ac2c0fbc921efad28e4062896903e2b727ea7 Mon Sep 17 00:00:00 2001 From: Ishaan Desai Date: Tue, 6 Feb 2024 16:44:50 +0100 Subject: [PATCH] Pass self --- cyprecice/cyprecice.pyx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cyprecice/cyprecice.pyx b/cyprecice/cyprecice.pyx index 3766e2ed..5b64d6f5 100644 --- a/cyprecice/cyprecice.pyx +++ b/cyprecice/cyprecice.pyx @@ -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 -------