Skip to content
Snippets Groups Projects

Sc204/alg in output

Merged Ghost User requested to merge SC204/alg-in-output into SC203/switch-algs
2 files
+ 21
0
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 9
0
@@ -137,3 +137,12 @@ class Model:
-Wunsch
"""
self._stats.strategy = action
def last_used_algorithm(self):
"""Provides a string indicating which algorithm ran did the
last alignment.
Returns:
String representation of the strategy
"""
return self._stats.last_used_strategy
Loading