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

broadcast_model concatenation error #18

Open
Huta2018 opened this issue Jan 14, 2023 · 0 comments
Open

broadcast_model concatenation error #18

Huta2018 opened this issue Jan 14, 2023 · 0 comments

Comments

@Huta2018
Copy link

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

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

1 participant