Browse Source

Remove bug due to typo

Michael Denker 11 months ago
parent
commit
9322d5e404
1 changed files with 1 additions and 1 deletions
  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)