Skip to content

Commit

Permalink
Small Fix: ACT -> ETO
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanNoky committed Nov 5, 2024
1 parent e7ccb9e commit 694b481
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nomad_measurements/ppms/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -738,7 +738,7 @@ def normalize(self, archive, logger: BoundLogger) -> None: # noqa: PLR0912, PLR
clean_key = clean_channel_keys(key)
if hasattr(channel_1, clean_key):
setattr(channel_1, clean_key, block[key])
data.m_add_sub_section(ACTPPMSData.channels, channel_1)
data.m_add_sub_section(ETOPPMSData.channels, channel_1)
channel_2_data = [
key for key in block.keys() if 'ch2' in key.lower()
]
Expand Down

0 comments on commit 694b481

Please sign in to comment.