Closed marmg closed 2 years ago
Base: 90.85% // Head: 90.85% // Increases project coverage by +0.00%
:tada:
Coverage data is based on head (
1250d15
) compared to base (c44156d
). Patch coverage: 100.00% of modified lines in pull request are covered.
:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
Problem
__init__.py
andsetup.py
.The version is in the
setup.py
file. This doesn't allow doing things like:evaluate
.In latest version 0.3 of
evaluate
they don't receive a metric as a positional argument, it must be a keyword argument.Solution
__init__.py
andsetup.py
.Moving the version to
setup.cfg
in the[metadata]
field, as proposed in the official guide.evaluate
.Add the metric as a keyword argument to the function call in the tests.
Other changes (e.g. bug fixes, small refactors)
zshot/evaluation/evaluator.py
andzshot/evaluation/zshot_evaluate.py