Skip to content

Commit 0c8de3c

Browse files
authored
Bad BPMs Summary: NaNs (#497)
* added nans * changelog
1 parent e460a9a commit 0c8de3c

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# OMC3 Changelog
22

3+
#### Unreleased -
4+
5+
- Added:
6+
- Bad BPMs summary: NANS reason.
7+
38
#### 2025-03-13 - v0.23.0 - _jdilly_
49

510
- Added:

omc3/scripts/bad_bpms_summary.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ class HarpyReasons(str, Enum):
103103
NO_TUNE = "main resonance has not been found"
104104
TUNE_CLEAN = "too far from average"
105105
SVD_PEAK = "svd"
106+
NANS = "found nan"
106107

107108

108109
# Files ---

0 commit comments

Comments
 (0)