GilsonLabUCSD / APR

Attach-release-pull: A free energy calculation workflow
7 stars 3 forks source link

Error estimate test code #2

Open slochower opened 7 years ago

slochower commented 7 years ago

Will this line... https://github.com/GilsonLabUCSD/APR/blob/7236c2471847e1b0ed3cd6081d0e26cc8aaf3394/test/test.py#L22 ...run if there is no local copy of apr.py in the current directory? Perhaps it should be ../apr.py. As a separate issue, I'm not clear what issues will be caught by doing this testing. Is it to make sure that the free energy estimate is the same if we make changes to apr.py? If that's the case, then wouldn't the test suite have to copy over new restraints.dat files to reflect the change? I'm sure I'm misunderstanding the test scenario, so can you give an example?