Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
pycalibration
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Analyze
Contributor 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
calibration
pycalibration
Commits
07685620
Commit
07685620
authored
6 years ago
by
Astrid Muennich
Committed by
Mikhail Karnevskiy
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
first commit
parent
0a4b0cfe
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!21
Beautify report
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
cal_tools/cal_tools/cal_tools.py
+6
-5
6 additions, 5 deletions
cal_tools/cal_tools/cal_tools.py
with
6 additions
and
5 deletions
cal_tools/cal_tools/cal_tools.py
+
6
−
5
View file @
07685620
...
...
@@ -29,14 +29,15 @@ def combine_report(run_path, calibration):
comps
=
name
.
split
(
"
_
"
)
if
len
(
comps
)
>=
2
:
comps
=
"
_
"
.
join
(
comps
[:
-
1
]),
comps
[
-
1
]
group
,
module
=
comps
if
module
==
"
None
"
:
module
=
"
All Modules
"
group
,
conc_param
=
comps
else
:
group
,
module
=
comps
[
0
],
"
All Modules
"
group
,
conc_param
=
comps
[
0
],
"
None
"
with
open
(
"
{}/{}.rst
"
.
format
(
sphinx_path
,
group
),
"
a
"
)
as
gfile
:
title
=
"
{} - {}
"
.
format
(
calibration
,
module
)
if
conc_param
==
"
None
"
:
title
=
"
{}
"
.
format
(
calibration
)
else
:
title
=
"
Parameter {}
"
.
format
(
conc_param
)
gfile
.
write
(
title
+
"
\n
"
)
gfile
.
write
(
"
=
"
*
len
(
title
)
+
"
\n
"
)
gfile
.
write
(
"
\n
"
)
...
...
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