Skip to content

Commit

Permalink
fragment: Remove out-of-date rebinding implementation comment [nfc]
Browse files Browse the repository at this point in the history
I believe this comment is out of date, since in e.g. test_multi_rebind
_rebound_subfragment_params does indeed end up with two ParamHandles for the "value" parameter.
  • Loading branch information
charlesbaynham authored and dnadlinger committed Nov 19, 2024
1 parent 5b54417 commit 5c2f3fb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ndscan/experiment/fragment.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,7 @@ def build(self, fragment_path: list[str], *args, **kwargs):
self._free_params = OrderedDict()

#: Maps own attribute name to the ParamHandles of the rebound parameters in
#: their original subfragment (currently always only one, as there is only a
#: rebinding API that targets single paths).
#: their original subfragment.
self._rebound_subfragment_params = dict()

#: List of (param, store) tuples of parameters set to their defaults after
Expand Down

0 comments on commit 5c2f3fb

Please sign in to comment.