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
This may be a low priority, but it would be useful to standardize all of the docstrings in SKLL to numpy style, and to make sure that all inputs and outputs are consistently documented.
There are a number of methods in the SKLLConfigParser class, for example, that do not have docstrings or whose docstrings do not describe the method's arguments and return values. These are all private methods, but it would still be useful for the purpose of code maintenance and PR reviews to document them.
The text was updated successfully, but these errors were encountered:
This may be a low priority, but it would be useful to standardize all of the docstrings in
SKLL
tonumpy
style, and to make sure that all inputs and outputs are consistently documented.There are a number of methods in the
SKLLConfigParser
class, for example, that do not have docstrings or whose docstrings do not describe the method's arguments and return values. These are all private methods, but it would still be useful for the purpose of code maintenance and PR reviews to document them.The text was updated successfully, but these errors were encountered: