materialsinnovation / pymks

Materials Knowledge System in Python
https://pymks.readthedocs.io/
Other
115 stars 77 forks source link

fix: use func.curry to preserve function docstring #540

Closed wd15 closed 3 years ago

wd15 commented 3 years ago

Use func.curry instead of toolz's curry to preserve the docstrings. Additionally,