Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
LHCData
lhc-sm-hwc
Commits
15163c3c
Commit
15163c3c
authored
Oct 28, 2021
by
Agata Malgorzata Chadaj
Browse files
wip
parent
173a2f6c
Pipeline
#3174724
passed with stage
in 25 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CI/send_results.py
View file @
15163c3c
...
@@ -33,7 +33,7 @@ def get_result():
...
@@ -33,7 +33,7 @@ def get_result():
def
save_json_to_file
(
args
,
flag
,
comment
):
def
save_json_to_file
(
args
,
flag
,
comment
):
file_path
=
'/eos/project/l/lhcsm/hwc_dev/lhc-sm-hwc/test.csv'
file_path
=
'/eos/project/l/lhcsm/hwc_dev/lhc-sm-hwc/test.csv'
df
=
pd
.
DataFrame
.
from_dict
(
comment
)
df
=
pd
.
DataFrame
(
eval
(
comment
)
)
df
.
to_csv
(
file_path
)
df
.
to_csv
(
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