Esempio n. 1
0
 def setUp(self):
     "initialize guarded and fixed to no guard"
     F.initialize(
         Options(dict(arithmetic='fixed', precision=self.p, guard=self.g)))
     G.initialize(
         Options(dict(arithmetic='guarded', precision=self.p,
                      guard=self.g)))
Esempio n. 2
0
 def setUp(self):
     "initialize guarded and fixed to no guard"
     F.initialize(Options(dict(arithmetic='fixed', precision=self.p, guard=self.g)))
     G.initialize(Options(dict(arithmetic='guarded', precision=self.p, guard=self.g)))