Przeglądaj źródła

Remove bug due to typo

Michael Denker 1 rok temu
rodzic
commit
9322d5e404
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      code/reachgraspio/reachgraspio.py

+ 1 - 1
code/reachgraspio/reachgraspio.py

@@ -894,7 +894,7 @@ class ReachGraspIO(BlackrockIO):
             if not any(neural_chids):
                 asig.annotate(neural_signal=False)
                 asig.name = "BehaviourTimeSeries"
-                asig.descriptions = "Continuous behavioural time series recorded in the experiment, including " \
+                asig.description = "Continuous behavioural time series recorded in the experiment, including " \
                                     "object displacements and measurements of the gripforce sensors"
             elif all(neural_chids):
                 asig.annotate(neural_signal=True)