Merge branch 'feature-adjustment-formula' into develop

This commit is contained in:
LSaldyt
2017-11-01 11:09:42 -07:00
4 changed files with 54 additions and 15 deletions

4
gui.py
View File

@ -4,6 +4,10 @@ import logging
from copycat import Copycat, Reporter
import matplotlib.pyplot as plt
plt.style.use('dark_background')
class SimpleReporter(Reporter):
def report_answer(self, answer):
print('Answered %s (time %d, final temperature %.1f)' % (