Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
CosmicPampa
CPDataHub
Commits
a6e7e7b1
Commit
a6e7e7b1
authored
Aug 26, 2021
by
Bruno Thomazi Zanette
🎱
Browse files
Update ReadPlotdata.py
parent
06a85bf8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Codes/ReadPlotdata.py
View file @
a6e7e7b1
...
...
@@ -57,7 +57,7 @@ mensagem=f'select hora from eventos where hora >= {where} and usuario="bruno";'
print
(
mensagem
)
cur
.
execute
(
mensagem
)
dados
=
np
.
array
([],
dtype
=
float
)
dados
=
np
.
array
([],
dtype
=
float
)
# array de horas em ms que chegaram
for
row
in
cur
.
fetchall
()
:
dados
=
np
.
append
(
dados
,
row
)
...
...
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