Skip to content

Commit

Permalink
Adjust comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ivalaginja committed Apr 28, 2024
1 parent 6399e88 commit b7b5ccc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def __init__(self):

self.flat_map = np.zeros(1024) # TODO: These hard-coded values will not work for all DMs.
self.gain_map = np.zeros(1024) # TODO: Why do I need to do this in the first place?
self.gain_map_inv = np.zeros(1024) # TODO: Why don't these attributes get initialized in the open() method?
self.gain_map_inv = np.zeros(1024) # TODO: Why is this initialization not needed in the hardware service?

self.lock = threading.Lock()

Expand Down

0 comments on commit b7b5ccc

Please sign in to comment.