Exemple #1
0
 def trial(self):
     WeightedBox.trial(self)
     self.car, self.student, self.host, self.final = np.array(
         self.outcome) - 1
     return self.outcome
 def trial(self):
     WeightedBox.trial(self)
     self.car, self.student, self.host, self.final = np.array(self.outcome)-1
     return self.outcome