Skip to content

Commit

Permalink
removed anbiguiti on the ResultABC object of testing doc
Browse files Browse the repository at this point in the history
  • Loading branch information
juanbc committed Jan 17, 2024
1 parent 9bedb7d commit 7fed347
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 14 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@
- **New** All methods (agg and transformers) has a new `get_method_name`
instance method.

- **Drop** Drop support for Python 3.8

---

## Version 0.8.5
Expand Down
8 changes: 0 additions & 8 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,6 @@ Ver. |version|

----

|
.. warning::
If you are using Scikit-Criteria version **<= 0.2.11** check the
documentation here: https://scikit-criteria.readthedocs.io/en/0.2/

|
.. Here we render the README.md of the repository as a main page
.. include:: _dynamic/README.rst

Expand Down
8 changes: 2 additions & 6 deletions skcriteria/testing.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,17 +112,13 @@ def assert_result_equals(left, right, **diff_kws):
Parameters
----------
left : ResultABC
left : skcriteria.agg.ResultABC
The left result to compare.
right : ResultABC
right : skcriteria.agg.ResultABC
The right result to compare.
**diff_kws : dict
Optional keyword arguments to pass to the result `diff` method.
Returns
-------
None
Raises
------
AssertionError if the two results are not equal.
Expand Down

0 comments on commit 7fed347

Please sign in to comment.