Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
BluePyEfe
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
BlueBrain
BluePyEfe
Commits
d2571665
Unverified
Commit
d2571665
authored
8 months ago
by
ilkilic
Committed by
GitHub
8 months ago
Browse files
Options
Downloads
Patches
Plain Diff
update unit tests (#179)
parent
a8d5d565
No related branches found
Branches containing commit
Tags
2.3.20
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tests/test_efel_settings.py
+2
-2
2 additions, 2 deletions
tests/test_efel_settings.py
with
2 additions
and
2 deletions
tests/test_efel_settings.py
+
2
−
2
View file @
d2571665
...
...
@@ -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__
"
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment