Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix typo for insert_scattering_quantity in diffraction_objects.py #173

Closed
yucongalicechen opened this issue Nov 14, 2024 · 2 comments
Closed

Comments

@yucongalicechen
Copy link
Contributor

Problem

In this function we have
elif xtype.lower() in DQUANTITIES:
self.on_tth = [np.array(xarray), np.array(yarray)]

Proposed solution

Change self.on_tth to self.on_d.
Refer to #154 for previous progress.

@sbillinge
Copy link
Contributor

I think this is fixed by #193, but please confirm and we can close

@yucongalicechen
Copy link
Contributor Author

confirmed that this issue can be closed by #193

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants