Fixes bug with EscapeModel gauge fixing. EscapeModel.beta_coefficients() returns a copy instead of a reference. In the fix_gauge call, I just don't use this function and manually edit the values.
Closes #123
Tests
No added tests, just passes the ones that @WSDeWitt added.
Checklist:
[ ] The code uses informative and accurate variable and function names
[ ] The functionality is factored out into functions and methods with logical interfaces
[ ] Comments are up to date, document intent, and there are no commented-out code blocks
[ ] Commenting and/or documentation is sufficient for others to be able to understand intent and implementation
[ ] TODOs have been eliminated from the code
[ ] The corresponding issue number (e.g. #278) has been searched for in the code to find relevant notes
Description
Fixes bug with EscapeModel gauge fixing.
EscapeModel.beta_coefficients()
returns a copy instead of a reference. In the fix_gauge call, I just don't use this function and manually edit the values.Closes #123
Tests
No added tests, just passes the ones that @WSDeWitt added.
Checklist:
#278
) has been searched for in the code to find relevant notes