mind-inria / hidimstat

HiDimStat: High-dimensional statistical inference tool for Python
https://mind-inria.github.io/hidimstat
BSD 2-Clause "Simplified" License
5 stars 4 forks source link

Missing documentation of functions. #37

Open lionelkusch opened 1 day ago

lionelkusch commented 1 day ago

I found a number of functions without documentation, and some others have too short documentation.

The docstring of stat_coef_diff in hidimstat/stat_coef_diff.py required to be rewritten because the parameters are not matched. Moreover, in this file, the line 8 and 9 are commented. I think that we can remove them.

Function without docstring or lacking of description of parameters:

Documentation of the method functions:

Missing arguments in the docstring:

For the test, it missing doctring in:

bthirion commented 1 day ago

To me this is very high priorities. Chunk that into smaller PRs.