eriknw / dask-patternsearch

Scalable pattern search optimization with dask
BSD 3-Clause "New" or "Revised" License
21 stars 2 forks source link

Docstrings #10

Closed mrocklin closed 7 years ago

mrocklin commented 7 years ago

It would be easier to show this to people if there were docstrings for the main user-facing functions (just search?) with good descriptions of the parameters.

eriknw commented 7 years ago

Agreed. I plan to make this more presentable this weekend.

eriknw commented 7 years ago

Docstring added to search. I also added a couple tests (which, naturally, required a couple fixes). Once I add a basic README, this should be somewhat presentable.

Thanks for your interest, eagerness, and patience.