-
Notifications
You must be signed in to change notification settings - Fork 6
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
Formulation of Helicity model in "Modify amplitude model" results in Error #449
Comments
Thanks for posting! For you, the easiest fix for now is to downgrade QRules, e.g.
Does that work? We'll implement a hotfix in the meantime. @grayson-helmholz? |
Thanks for the quick answer! |
Also an option 👌 But in 0.14.x you may miss some of the newer functionality. For one, it still uses QRules v0.9.x (which is the reason the bug does not appear here) and there are some other improvements (see releases). On the other hand, if you upgrade to AmpForm v0.15.x, you might have to spend some time modifying some of your scripts. |
Alternatively, you can also change to Python 3.12 for now, as |
@grayson-helmholz, as you noted, the bug fix is quite simple. We need a failing test first though.
|
|
What happened?
When trying to run the "modify.ipynb" notebook including the code of the "Modify amplitude model" chapter in the documentation, an error is returned when trying to run "original_model = model_builder.formulate()".
Relevant log output
Is it possible to reproduce the bug with a small code snippet?
Additional steps to reproduce the bug
No response
Which Python version were you using?
Python 3.10
Python dependencies
The text was updated successfully, but these errors were encountered: