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
Merge requests
!373
Bugfix: report generation through finalize
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Bugfix: report generation through finalize
report_bug_fix
into
master
Overview
1
Commits
1
Pipelines
0
Changes
1
Merged
Ebad Kamil
requested to merge
report_bug_fix
into
master
4 years ago
Overview
1
Commits
1
Pipelines
0
Changes
1
Expand
@ahmedk
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
7a5b59e0
1 commit,
4 years ago
1 file
+
4
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
xfel_calibrate/calibrate.py
+
4
−
3
Options
@@ -503,7 +503,8 @@ def create_finalize_script(fmt_args, temp_path, job_list):
:param temp_path: Path to temporary folder to run slurm job
:param job_list: List of slurm jobs
"""
tmpl
=
Template
(
"""
#!/usr/bin/env python3
tmpl
=
Template
(
"""
\
#!/usr/bin/env python3
import sys
from xfel_calibrate.finalize import finalize
@@ -722,12 +723,12 @@ def make_par_table(parms, run_tmp_path):
col_type
[
1
]
=
col_type
[
2
]
tmpl
=
Template
(
'''
Input of the calibration pipeline
Input of the calibration pipeline
=================================
.. raw:: latex
\\
begin{longtable}{ {% for k in p %}{{k}}{%- endfor %} }
\\
begin{longtable}{ {% for k in p %}{{k}}{%- endfor %} }
\hline
{% for k in lines %}
{{ k[0] }} & {{ k[1] }} & {{ k[2] }}
\\\\
Loading