From 2275a5dd84bd32d9c643c2a65af5e8b9e04653ca Mon Sep 17 00:00:00 2001 From: darshanmandge Date: Thu, 30 Mar 2023 17:29:24 +0200 Subject: [PATCH] adding spontaneous in ecode init --- bluepyefe/ecode/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bluepyefe/ecode/__init__.py b/bluepyefe/ecode/__init__.py index 4214bfe..79f94a9 100644 --- a/bluepyefe/ecode/__init__.py +++ b/bluepyefe/ecode/__init__.py @@ -28,6 +28,7 @@ # The ecode names have to be lower case only to avoid having to # define duplicates for upper and lower cases. eCodes = { + "spontaneous": step.Step, "idrest": step.Step, "idthresh": step.Step, "idthres": step.Step,