You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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