Skip to content

Commit f682546

Browse files
committed
Change default channel label to index
1 parent 13c8997 commit f682546

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

SimPEG/directives/directives.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1424,7 +1424,7 @@ def save_components(self, iteration: int, values: list[np.ndarray] = None):
14241424

14251425
channel_name = base_name
14261426
if len(channel) > 0:
1427-
channel_name += f"_{channel}"
1427+
channel_name += f"_[{ii}]"
14281428

14291429
if self.label is not None:
14301430
channel_name += f"_{self.label}"

0 commit comments

Comments
 (0)