Skip to content

Commit

Permalink
Merge pull request #513 from bsavitzky/bvm_appendfix
Browse files Browse the repository at this point in the history
BraggVects append fix
  • Loading branch information
bsavitzky authored Aug 30, 2023
2 parents fc6e179 + a9ff6f5 commit a2841c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions py4DSTEM/braggvectors/braggvectors.py
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,7 @@ def to_h5(self, group):
md["Qshape"] = self.Qshape
self.metadata = md
grp = Custom.to_h5(self, group)
return grp

# read

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"gdown >= 4.7.1",
"dask >= 2.3.0",
"distributed >= 2.3.0",
"emdfile >= 0.0.12",
"emdfile >= 0.0.13",
"mpire >= 2.7.1",
"threadpoolctl >= 3.1.0",
],
Expand Down

0 comments on commit a2841c3

Please sign in to comment.