DataResponsibly / ShaRP

Implementation of the algorithm proposed in the paper "ShaRP: Explaining Rankings with Shapley Values", by Pliatsika et al.
MIT License
0 stars 0 forks source link

Add docstring tests #1

Closed joaopfonseca closed 8 months ago

joaopfonseca commented 8 months ago

Describe the bug

Currently, the CI is failing because there are no tests at all. I suggest docstring checking as a first test to set this up.

Steps/Code to Reproduce

n/a

Expected Results

A test suite that will initially just check docstrings' completeness along with a passing CI system.

Actual Results

No test suite, failing CI system

Versions

n/a