Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
JOSSOUD Olivier
CFA Tools
Commits
bc3e5ac9
Commit
bc3e5ac9
authored
Jan 24, 2022
by
JOSSOUD Olivier
Browse files
Flow. Bug correction
parent
6f56c772
Pipeline
#158307
passed with stages
in 1 minute and 5 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
cfatools/processor/flow.py
cfatools/processor/flow.py
+1
-1
No files found.
cfatools/processor/flow.py
View file @
bc3e5ac9
...
...
@@ -488,7 +488,7 @@ def get_conduct_by_melt_time(arrival_df: pd.DataFrame, conduct_df: pd.DataFrame,
conduct_rescaled_path
=
os
.
path
.
join
(
export_in_dataset
.
dataset_path
,
export_in_dataset
.
dataset_name
+
"_CONDUCTI-R_periodic.log"
)
conduct_rescaled_df
.
index
.
name
=
'datetime'
conduct_rescaled_df
.
to_csv
(
conduct_rescaled_path
,
date_format
=
"%Y-%m-%dT%H:%M:%S.fZ"
,
sep
=
"
\t
"
)
conduct_rescaled_df
.
to_csv
(
conduct_rescaled_path
,
date_format
=
"%Y-%m-%dT%H:%M:%S.
%
fZ"
,
sep
=
"
\t
"
)
return
conduct_rescaled_df
...
...
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