matsengrp / torchdms

Analyze deep mutational scanning data with PyTorch
https://matsengrp.github.io/torchdms/
2 stars 0 forks source link

Escape bug fix #130

Closed zorian15 closed 3 years ago

zorian15 commented 3 years ago

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: