We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d775195 commit a28a2feCopy full SHA for a28a2fe
1 file changed
pyhctsa/calculator.py
@@ -112,7 +112,7 @@ def _format_param_value(val, key=None) -> str:
112
Format parameter value for label:
113
- For bools: if True, return the key name.
114
- For floats/ints: as before.
115
- - For lists: if contiguous range, show as 'start_end', else join all values.
+ - For lists: if contiguous range, show as 'start_to_end', else join all values.
116
"""
117
# New Logic for Booleans
118
if isinstance(val, bool):
0 commit comments