Closed muhammedsogut closed 1 year ago
Patch coverage: 95.34%
and project coverage change: +1.22%
:tada:
Comparison is base (
b8f69b7
) 82.41% compared to head (4b6811f
) 83.63%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
I tried using the warnings
package and they seem to work fine now (also, they are easier to test).
Description
At the moment, cost function treats all the points equally but this might not be the case for every application. This is to allow user to define weight matrix for cost function.
Fixes # (issue)
Type of change
Please add a line in the relevant section of CHANGELOG.md to document the change (include PR #) - note reverse order of PR #s. If necessary, also add to the list of breaking changes.
Key checklist:
$ flake8
$ python run-tests.py --unit
$ cd docs
and then$ make clean; make html
You can run all three at once, using
$ python run-tests.py --quick
.Further checks: