Skip to content
Snippets Groups Projects

[AGIPD][TESTs]test_agipdlib AGIPDCtrl and get_bias_voltage for AGIPD1M and AGIPD500K

Merged Karim Ahmed requested to merge test/test_agipdlib into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -441,7 +441,7 @@ def finalize(joblist, finaljob, run_path, out_path, version, title, author, repo
slurm_archive_dir = Path(out_path) / f"slurm_out_{run_path.name}"
print(f"Moving temporary files to final location: {slurm_archive_dir}")
move(run_path, slurm_archive_dir)
move(str(run_path), str(slurm_archive_dir)) # Needs str until Python 3.9
md_path = slurm_archive_dir / "calibration_metadata.yml"
# Notebooks should have a karabo_id parameter, which we'll use to make a
Loading