Skip to content

Commit

Permalink
adding missing False
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-rakowski committed Nov 22, 2023
1 parent f343c14 commit aec5387
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py4DSTEM/braggvectors/diskdetection_cuda.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import sys
import numpy as np
IN_COLAB = 'google.colab' in sys.modules
if IN_COLAB:
if IN_COLAB is False:
try:
from cupyx.scipy.ndimage import gaussian_filter
import cupy as cp
Expand Down

0 comments on commit aec5387

Please sign in to comment.