Skip to content

Commit 998d5c8

Browse files
committed
revert change
1 parent f682546 commit 998d5c8

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"_[{ii}]"
1427+
channel_name += f"_{channel}"
14281428

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

0 commit comments

Comments
 (0)