Skip to content

Commit

Permalink
removing TODO message
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-rakowski committed Nov 10, 2023
1 parent 51f078f commit db59746
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py4DSTEM/datacube/virtualimage.py
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ def position_detector(
try:
image = self.tree(k)
break
# TODO check what error is produced when passing nonexistant key to tree
# KeyError, AttributeError
except AssertionError:
pass
if image is None:
Expand Down

0 comments on commit db59746

Please sign in to comment.