Skip to content

Commit ab563e7

Browse files
committed
Adding detail about default_classifier.
1 parent adc7f06 commit ab563e7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/contributing.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,8 @@ The :code:`expected_classifier` dictionary tests that the classification of the
342342
strategy is as expected (the tests for this is inherited in the :code:`init`
343343
method). Please be sure to classify new strategies according to the already
344344
present dimensions but if you create a new dimension you do not **need** to re
345-
classify all the other strategies (but feel free to! :)).
345+
classify all the other strategies (but feel free to! :)), but please do add it
346+
to the :code:`default_classifier` in the :code:`axelrod/player.py` parent class.
346347

347348
How to run tests
348349
''''''''''''''''

0 commit comments

Comments
 (0)