Closed Lnaden closed 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
Merging #506 (3598b01) into master (63084ad) will decrease coverage by 0.06%. The diff coverage is 100.00%.
0.06%
100.00%
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