You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently it states that to_dict must be implemented in derived classes from Base (distribution), but that is not the case. It should be changed to state that _param_dict , default_distribution and _param_schema are required instead.
In general, it would be nice to improve the docstrings - this will also make the automatically generated API on the readthedocs easier to understand.
Currently it states that
to_dict
must be implemented in derived classes from Base (distribution), but that is not the case. It should be changed to state that_param_dict
,default_distribution
and_param_schema
are required instead.In general, it would be nice to improve the docstrings - this will also make the automatically generated API on the readthedocs easier to understand.
The text was updated successfully, but these errors were encountered: