Skip to content

Commit

Permalink
Fixed issue with mixed measurement modes
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanNoky committed Oct 28, 2024
1 parent f3a425a commit 0e9934c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cpfs_ppms/schema_packages/schema_package.py
Original file line number Diff line number Diff line change
Expand Up @@ -1112,7 +1112,7 @@ def normalize(self, archive, logger: BoundLogger) -> None: # noqa: PLR0912, PLR
'float64'
), # * ureg(data_template[f'{key}/@units'])
)
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 0e9934c

Please sign in to comment.