Skip to content

Commit

Permalink
Reset internal selection in the transmuter
Browse files Browse the repository at this point in the history
  • Loading branch information
MBartkowiakSTFC committed Mar 6, 2025
1 parent 97b4a5a commit b022132
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ def get_json_setting(self) -> str:
def reset_setting(self) -> None:
"""Resets the transmutation setting."""
self._new_map = {}
self.selector.reset()


class AtomTransmutationConfigurator(IConfigurator):
Expand Down

0 comments on commit b022132

Please sign in to comment.