f0323d19f5fd0bd3a4f78e394d6587b72bcc1d8e,util/buzzer.py,,,#,457
Before Change
computer = 0
question_num = 0
question_ids = questions._questions.keys()
shuffle(question_ids)
for ii in question_ids:
question_num += 1
hum, comp, ans = present_question(ii, questions[ii], buzzes,
finals[ii],
After Change
continue
power_mark = power(ii)
if power_mark == "10":
print("Looking for power for %i, got %s %s" %
(ii, power_mark, str(ii in power._power_marks.keys())))
hum, comp, ans = present_question(question_num, ii, questions[ii],
buzzes, finals[ii],
questions.answer(ii),
human=human,
In pattern: SUPERPATTERN
Frequency: 3
Non-data size: 3
Instances
Project Name: Pinafore/qb
Commit Name: f0323d19f5fd0bd3a4f78e394d6587b72bcc1d8e
Time: 2015-09-30
Author: jordanbg@gmail.com
File Name: util/buzzer.py
Class Name:
Method Name:
Project Name: keras-team/keras
Commit Name: 2bd4c295d6cae124f2cffce0e7343dc2c18d7eee
Time: 2015-10-04
Author: makoto.matsuyama@gmx.com
File Name: examples/addition_rnn.py
Class Name:
Method Name:
Project Name: scikit-learn/scikit-learn
Commit Name: b65c53d292097bf2382344cfdab8e7c126d215df
Time: 2020-03-19
Author: maja_ka@hotmail.com
File Name: examples/ensemble/plot_gradient_boosting_regression.py
Class Name:
Method Name: