File tree Expand file tree Collapse file tree 5 files changed +6
-8
lines changed Expand file tree Collapse file tree 5 files changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -6,10 +6,9 @@ defaults:
66 shell : bash
77
88on : # Runs on any push event to any branch except master (the coverage workflow takes care of that)
9- workflow_dispatch
10- # push:
11- # branches-ignore:
12- # - 'master'
9+ push :
10+ branches-ignore :
11+ - ' master'
1312
1413jobs :
1514 tests :
Original file line number Diff line number Diff line change 1111 }
1212 ],
1313 "title" : " ir_amplitude_detuning" ,
14- "description" : " Python 3 package for dodecapole corrections in the LHC insertion regions."
14+ "description" : " Python tools to correct amplitude detuning in the insertion regions of a particle accelerator. ."
1515}
Original file line number Diff line number Diff line change 11# Changelog
22
3- #### v1.0.0 - 2025-10 -XX
3+ #### v1.0.0 - 2025-12 -XX
44
55- Initial release
66- Examples: ` 2018_md3311 ` , ` 2022_commissioning ` and ` 2022_md6863 `
Original file line number Diff line number Diff line change 11__title__ = "ir_amplitude_detuning"
2- __description__ = "Tools to correct amplitude detuning in the Insertion Regions."
2+ __description__ = "Tools to correct amplitude detuning in the Insertion Regions of a particle accelerator ."
33__url__ = "https://github.com/pylhc/ir_amplitude_detuning"
44__version__ = "1.0.0"
55__author__ = "pylhc"
Original file line number Diff line number Diff line change 99
1010import logging
1111from dataclasses import dataclass
12- from functools import partial
1312from typing import TYPE_CHECKING , Self
1413
1514import numpy as np
You can’t perform that action at this time.
0 commit comments