Skip to content
Snippets Groups Projects
Unverified Commit d2571665 authored by ilkilic's avatar ilkilic Committed by GitHub
Browse files

update unit tests (#179)

parent a8d5d565
No related branches found
Tags 2.3.20
No related merge requests found
......@@ -64,7 +64,7 @@ class EfelSettingTest(unittest.TestCase):
self.cell.extract_efeatures(
protocol_name="IDRest",
efeatures=["Spikecount"],
efel_settings={'Threshold': 40.}
efel_settings={'Threshold': 40}
)
recording = self.cell.recordings[0]
......@@ -78,7 +78,7 @@ class EfelSettingTest(unittest.TestCase):
self.cell.extract_efeatures(
protocol_name="IDRest",
efeatures=["Spikecount"],
efel_settings={'Threshold': "40."}
efel_settings={'Threshold': ["40."]}
)
if __name__ == "__main__":
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment