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
2ec34630
Commit
2ec34630
authored
Feb 03, 2022
by
JOSSOUD Olivier
Browse files
Merge remote-tracking branch 'origin/master'
parents
630cf4b4
bc3e5ac9
Pipeline
#159954
passed with stages
in 47 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 @
2ec34630
...
...
@@ -494,7 +494,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