Skip to content

Commit

Permalink
Merge pull request #2236 from EdgarGF93/pilx_generic_nxprocess_typo
Browse files Browse the repository at this point in the history
typo
  • Loading branch information
kif authored Jul 12, 2024
2 parents e51d9f7 + 4b6e444 commit fac5815
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pyFAI/gui/pilx/MainWindow.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ def initData(self,

with h5py.File(self._file_name, "r") as h5file:
nxprocess = h5file[self._nxprocess_path]
print(nxprocess.name)
map = get_dataset(nxprocess, "result/intensity")[:, :, 0]
pyFAI_config_as_str = get_dataset(
parent=nxprocess,
Expand Down

0 comments on commit fac5815

Please sign in to comment.