Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
libnux
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
EBRAINS RI
Tech Hub
Apps
BrainScaleS
libnux
Commits
46422c74
Commit
46422c74
authored
4 years ago
by
Philipp Spilger
Browse files
Options
Downloads
Patches
Plain Diff
Fix pylint errors in neuron_reset_vector.py test
Change-Id: I35f4ec6a953d36d971f4fcfeceb2a0ea39111b75
parent
92b03051
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
test/with_hostcode/neuron_reset_vector.py
+3
-2
3 additions, 2 deletions
test/with_hostcode/neuron_reset_vector.py
with
3 additions
and
2 deletions
test/with_hostcode/neuron_reset_vector.py
+
3
−
2
View file @
46422c74
...
...
@@ -4,8 +4,9 @@ import unittest
from
typing
import
ClassVar
from
dlens_vx_v2.hal
import
Barrier
,
NeuronConfig
,
SpikeCounterReset
from
dlens_vx_v2.halco
import
iter_all
,
PPUOnDLS
,
BarrierOnFPGA
,
JTAGIdCodeOnDLS
,
\
NeuronConfigOnDLS
,
SpikeCounterReadOnDLS
,
SpikeCounterResetOnDLS
from
dlens_vx_v2.halco
import
iter_all
,
PPUOnDLS
,
BarrierOnFPGA
,
\
JTAGIdCodeOnDLS
,
NeuronConfigOnDLS
,
SpikeCounterReadOnDLS
,
\
SpikeCounterResetOnDLS
from
dlens_vx_v2.hxcomm
import
ManagedConnection
from
dlens_vx_v2.sta
import
generate
,
DigitalInit
,
run
,
\
PlaybackProgramBuilder
...
...
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