xraypy / xraylarch

Larch: Applications and Python Library for Data Analysis of X-ray Absorption Spectroscopy (XAS, XANES, XAFS, EXAFS), X-ray Fluorescence (XRF) Spectroscopy and Imaging, and more.
https://xraypy.github.io/xraylarch
Other
127 stars 62 forks source link

Remove not required _larch to let export CSV and Athena files #470

Closed maurov closed 8 months ago

maurov commented 8 months ago

@newville, the current Larix cannot export to CSV and Athena files because the GUI is still passing the _larch deprecated argument. Is it deprecated everywhere or some functions still need the interpreter? We may need to patch 0.9.72 with this.

maurov commented 8 months ago

@newville this was fixed by https://github.com/xraypy/xraylarch/commit/6ed03c4a72819dbf5e4cd4064c7bcb279722f27b and https://github.com/xraypy/xraylarch/commit/d1cdb4199dc64391c7533cc6eaca9a39d63325ff. Closing the pull request then.

newville commented 8 months ago

@maurov Thanks!