Skip to content
Snippets Groups Projects

Sc 160/private calls and bugs cleanup

Merged Haak, R. (Romeo) requested to merge SC-160/private_calls_and_bugs_cleanup into master
1 file
+ 4
0
Compare changes
  • Side-by-side
  • Inline
+ 4
0
@@ -25,6 +25,10 @@ class Statistics:
self._strategy = AnchorAlgorithm(self._mistake_finder)
self._last_used_strategy = None
@property
def mistake_counter(self):
return self._mistake_counter
@property
def last_used_strategy(self):
"""Getter for the last used strategy, which is the strategy ran
Loading