Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Mauro Rovezzi
bliss
Commits
e273ee2f
Commit
e273ee2f
authored
Jul 12, 2018
by
Vincent Michel
Browse files
Fix (stupid) typo
parent
4604d7e8
Changes
1
Hide whitespace changes
Inline
Side-by-side
bliss/scanning/acquisition/counter.py
View file @
e273ee2f
...
...
@@ -67,7 +67,7 @@ class BaseCounterAcquisitionDevice(AcquisitionDevice):
self
.
__grouped_read_counters_list
.
append
(
counter
)
self
.
channels
.
append
(
AcquisitionChannel
(
counter
.
name
,
counter
.
dtype
,
counter
.
shape
)
counter
.
name
,
counter
.
dtype
,
counter
.
shape
)
)
def
_emit_new_data
(
self
,
data
):
self
.
channels
.
update_from_iterable
(
data
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment