Whoa boy, I've gotta get better about my commits...

This commit is contained in:
Grant Sanderson
2016-11-07 11:05:41 -08:00
parent ed3d64c614
commit c7239a035c
18 changed files with 610 additions and 190 deletions

View File

@ -115,7 +115,7 @@ class EigenThingsArentAllThatBad(TeacherStudentsScene):
def construct(self):
self.teacher_says(
"Eigen-things aren't \\\\ actually so bad",
pi_creature_target_mode = "hooray"
target_mode = "hooray"
)
self.change_student_modes(
"pondering", "pondering", "erm"
@ -496,7 +496,7 @@ class CanEigenvaluesBeNegative(TeacherStudentsScene):
def construct(self):
self.student_says("Can eigenvalues be negative?")
self.random_blink()
self.teacher_says("But of course!", pi_creature_target_mode = "hooray")
self.teacher_says("But of course!", target_mode = "hooray")
self.random_blink()
class EigenvalueNegativeOneHalf(LinearTransformationScene):
@ -659,7 +659,7 @@ class WordsOnComputation(TeacherStudentsScene):
self.teacher_says(
"I won't cover the full\\\\",
"details of computation...",
pi_creature_target_mode = "guilty"
target_mode = "guilty"
)
self.change_student_modes("angry", "sassy", "angry")
self.random_blink()