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
10ffc8bb
Commit
10ffc8bb
authored
Jun 14, 2022
by
JOSSOUD Olivier
Browse files
Pump.
parent
751127d0
Pipeline
#182383
failed with stage
in 1 minute and 1 second
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
cfatools/processor/pump.py
cfatools/processor/pump.py
+1
-1
config/local_settings.ini
config/local_settings.ini
+1
-1
No files found.
cfatools/processor/pump.py
View file @
10ffc8bb
...
...
@@ -119,7 +119,7 @@ def get_mlmin_df(dataset: DatasetReader, pump_id: str) -> pd.DataFrame:
mlmin_df
=
add_mlmin_to_rpm_history_df
(
rpm_df
=
rpm_df
,
coef_df
=
coef_df
,
rpm_col_name
=
"value"
)
mlmin_df
[
"mlmin"
].
loc
[
mlmin_df
[
"mlmin"
]
<
0
]
=
0
mlmin_df
[
"mlmin"
].
loc
[
mlmin_df
[
"mlmin"
]
<
0
]
=
0
.001
mlmin_df
=
mlmin_df
.
drop
(
columns
=
[
"value"
])
return
mlmin_df
...
...
config/local_settings.ini
View file @
10ffc8bb
# Absolute path of the base directory where the data files produced by the CFA are be stored.
base_data_path
=
/homel/ojossoud/
Data
/data_cfa
base_data_path
=
/homel/ojossoud/
_temp
/data_cfa
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