Skip to content

Commit

Permalink
small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
cophus committed Nov 17, 2024
1 parent 0ccf4db commit 7060ebe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py4DSTEM/process/polar/polar_datacube.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def __init__(
"""

# attach datacube
assert isinstance(datacube, DataCube)
# assert isinstance(datacube, DataCube)
self._datacube = datacube
self._datacube.polar = self

Expand Down

0 comments on commit 7060ebe

Please sign in to comment.