We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adc7f06 commit ab563e7Copy full SHA for ab563e7
docs/contributing.rst
@@ -342,7 +342,8 @@ The :code:`expected_classifier` dictionary tests that the classification of the
342
strategy is as expected (the tests for this is inherited in the :code:`init`
343
method). Please be sure to classify new strategies according to the already
344
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! :)).
+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.
347
348
How to run tests
349
''''''''''''''''
0 commit comments