### 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.