Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
wattsworth
/
labjack-module
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
ac0f3040
authored
Mar 28, 2018
by
John Donnal
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
removed debug logging
parent
51900b4b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
joulelabjack/u3_module.py
setup.py
joulelabjack/u3_module.py
View file @
ac0f3040
...
...
@@ -143,7 +143,7 @@ class U3Reader(ReaderModule):
shortest_row
=
min
([
len
(
d
)
for
d
in
data
])
longest_row
=
max
([
len
(
d
)
for
d
in
data
])
self
.
buffer
=
[
d
[
shortest_row
:
longest_row
]
for
d
in
data
]
sys
.
stderr
.
write
(
repr
(
self
.
buffer
)
+
"
\n
"
)
#
sys.stderr.write(repr(self.buffer)+"\n")
# work with uniform data size
data
=
[
d
[:
shortest_row
]
for
d
in
data
]
...
...
setup.py
View file @
ac0f3040
...
...
@@ -13,7 +13,7 @@ except IOError:
setup
(
name
=
PROJECT
,
version
=
'0.5.
1
'
,
# versioneer.get_version(),
version
=
'0.5.
3
'
,
# versioneer.get_version(),
#cmdclass=versioneer.get_cmdclass(),
description
=
'Use the LabJack U3 with Joule'
,
long_description
=
long_description
,
...
...
Write
Preview
Markdown
is supported
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