choderalab / pymbar

Python implementation of the multistate Bennett acceptance ratio (MBAR)
http://pymbar.readthedocs.io
MIT License
240 stars 93 forks source link

Wrap the preconditioned jit #506

Closed Lnaden closed 1 year ago

Lnaden commented 1 year ago

Use functools' wraps decorator inside the preconditioned/staggered JIT decorator to ensure doc and inspection of the decorated functions yields the correct function instead of the stagger wrapper.

Follow up to #505

codecov[bot] commented 1 year ago

Codecov Report

Merging #506 (3598b01) into master (63084ad) will decrease coverage by 0.06%. The diff coverage is 100.00%.