Skip to content

Commit

Permalink
removing TODOs
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-rakowski committed Nov 22, 2023
1 parent d91f48e commit 3a6fc58
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion py4DSTEM/braggvectors/diskdetection_cuda.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

import numpy as np

# TODO Wanted to double check these are good unprotected
import cupy as cp
from cupyx.scipy.ndimage import gaussian_filter
import cupyx.scipy.fft as cufft
Expand Down
1 change: 0 additions & 1 deletion py4DSTEM/braggvectors/kernels.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# TODO check these are okay to leave unprotected
import cupy as cp

__all__ = ["kernels"]
Expand Down

0 comments on commit 3a6fc58

Please sign in to comment.