-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix incorrect scaling of data_fraction column in forward_backward_con…
…vergence (issue #350, PR #355) * fix #350 * The data_fraction column in forward_backward_convergence was scaled by the unit converter in ABFE workflow. This fix ensures that the column values (ranging from 0 to 1) are never accidentally treated as having an energy unit. * add test * update CHANGES
- Loading branch information
1 parent
3cf7c25
commit 4e150f8
Showing
3 changed files
with
14 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters