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
Code for Analabs
RST Evaluation
Commits
ba624407
Commit
ba624407
authored
Jun 14, 2021
by
Michael Rudolf
Browse files
Fixed missing import.
parent
91e45cf8
Changes
1
Hide whitespace changes
Inline
Side-by-side
rstevaluation/rstevaluation/files.py
View file @
ba624407
...
...
@@ -7,6 +7,7 @@ import csv
import
json
import
operator
import
os
import
shutil
import
nptdms
import
numpy
as
np
...
...
@@ -429,5 +430,5 @@ def check_tdms(file_list, config):
file_path
=
os
.
path
.
join
(
config
[
'paths'
][
'path_in'
],
file_name
)
new_path
=
os
.
path
.
join
(
raw_folder
,
file_name
)
shutil
.
move
(
file_path
,
new_path
)
new_file_path
=
downsample_file
(
new_path
)
new_file_path
=
rstdat
.
downsample_file
(
new_path
)
shutil
.
move
(
new_file_path
,
file_path
)
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