mantidproject / mantid

Main repository for Mantid code
https://www.mantidproject.org
GNU General Public License v3.0
209 stars 122 forks source link

Add support for texture grouping to Engineering Diffraction GSAS interaction #35190

Closed DannyHindson closed 1 year ago

DannyHindson commented 1 year ago

Add support for texture grouping to the GSAS II tab in the engineering diffraction UI. At the moment, if you run a refinement on any data focussed using a texture grouping you get an error:

  File "C:/Users/iao46725/gsas2full\GSASII\GSASIIscriptable.py", line 1716, in load_pwd_from_reader
    Iparm1, Iparm2 = instprm
ValueError: too many values to unpack (expected 2)

See comment here

DannyHindson commented 1 year ago

Closing as duplicate of https://github.com/mantidproject/mantid/issues/34268