arpes icon indicating copy to clipboard operation
arpes copied to clipboard

broadcast_model concatenation error

Open Huta2018 opened this issue 2 years ago • 0 comments

The following error arose when I run this code

phis = broadcast_model( # Fit with two components, a linear background, and a Lorentzian peak [AffineBackgroundModel, LorentzianModel], # fit across the entire near_ef dataset near_ef, # fit along each value of "temperature" "temperature" )

TypeError: can only concatenate tuple (not "list") to tuple

Huta2018 avatar Jan 14 '23 21:01 Huta2018