Skip to content
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.

Commit

Permalink
MXGDA 3724: Fixed issue with initial setting on fast grid scan status
Browse files Browse the repository at this point in the history
  • Loading branch information
DominicOram committed Jan 11, 2022
1 parent 9b0cb1e commit b33c656
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/artemis/devices/fast_grid_scan.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def _notify_watchers(self, value, *args, **kwargs):
watcher(
name=self._name,
current=value,
initial=1,
initial=0,
target=self._target_count,
unit="images",
precision=0,
Expand Down

0 comments on commit b33c656

Please sign in to comment.