Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
CFA Analysis
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
JOSSOUD Olivier
CFA Analysis
Commits
a0cc1eb6
Commit
a0cc1eb6
authored
5 years ago
by
JOSSOUD Olivier
Browse files
Options
Downloads
Patches
Plain Diff
ConductCalib. Save synthesis file as TSV (not CSV)
parent
888d938a
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/dataprovider/conductcalibprovider.py
+1
-1
1 addition, 1 deletion
src/dataprovider/conductcalibprovider.py
with
1 addition
and
1 deletion
src/dataprovider/conductcalibprovider.py
+
1
−
1
View file @
a0cc1eb6
...
...
@@ -24,7 +24,7 @@ class ConductCalibProvider:
def
export_set_as_file
(
self
,
filename
:
str
)
->
None
:
# Test if filename already has a extension ('.' followed by 3 letters) ; if not: append '.csv'
if
not
re
.
match
(
"
.*\.[a-zA-Z]{3}$
"
,
filename
):
filename
+=
'
.
c
sv
'
filename
+=
'
.
t
sv
'
# Concatenate the data of all runs of the calibration set in a single pd.Dataframe
set_df
=
pd
.
DataFrame
()
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment