Skip to content

Commit

Permalink
MNT #256 to validate restore
Browse files Browse the repository at this point in the history
  • Loading branch information
prjemian committed Nov 1, 2023
1 parent 8775b45 commit 9032894
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hkl/calc.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ def __init__(

self._geometry = self._factory.create_new_geometry()
self._engine_list = self._factory.create_new_engine_list()
self._engine_names = [e.name_get() for e in self._engine_list.engines_get()]

if sample is not None:
if isinstance(sample, HklSample):
Expand Down

0 comments on commit 9032894

Please sign in to comment.