Skip to content

Commit

Permalink
adding more kernels.py
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-rakowski committed Nov 22, 2023
1 parent aec5387 commit 2076fde
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions py4DSTEM/braggvectors/kernels.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,5 +102,6 @@

kernels["edge_boundary"] = cp.RawKernel(edge_boundary, "edge_boundary")
except Exception:
__all__ = ["kernels"]
kernels = {}
pass

0 comments on commit 2076fde

Please sign in to comment.