Skip to content

fix typo for insert_scattering_quantity in diffraction_objects.py #173

Closed
@yucongalicechen

Description

@yucongalicechen

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions