TDAmeritrade / stumpy

STUMPY is a powerful and scalable Python library for modern time series analysis

Home Page:https://stumpy.readthedocs.io/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

parameter is missing in the signature of function in the stumpy document

NimaSarajpoor opened this issue · comments

Please see this:

https://stumpy.readthedocs.io/en/latest/api.html#stumpy.gpu_stump

The parameter k is in the docstring but not in the signature of the function.

For any function that is GPU related, the signature must be updated manually in docs/api.rst

I wonder if there is a way to automate this?

@NimaSarajpoor I updated the docstrings and also preemptively fixed the other two GPU functions as well in #880