You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@mrakitin : Implementation of this capability (modify existing sample) requires some refactoring of how sample (and reflections) are handled by the Python code. Long term, this information. For example, see #143, which is in the v1.1 Milestone. I suggest moving this issue to the v1.1 milestone (marked for completion by 2021-12-01, tentatively).
When the sample already exists,
hkl.util.restore_sample()
will raiseValueError
. How to modify existing sample (if user option allows)?Note the
collections.namedtuple._replace()
method.The text was updated successfully, but these errors were encountered: