We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0fd249 commit c9f0561Copy full SHA for c9f0561
WrightTools/data/_data.py
@@ -794,7 +794,7 @@ def norm_for_each(
794
if not isinstance(new_channel, dict):
795
new_channel = {}
796
self.create_channel(
797
- new_channel.pop("name", f"{channel.natural_name}_norm_{"".join([f'v{self.variable_names.index(v.natural_name)}' for v in variables])}"),
+ new_channel.pop("name", f"{channel.natural_name}_norm_{''.join([f'v{self.variable_names.index(v.natural_name)}' for v in variables])}"),
798
values=new,
799
**new_channel,
800
)
0 commit comments