Exemplo n.º 1
0
 def __init__(self, *args, **kwargs):
     super(TestGrowth, self).__init__(*args, **kwargs)
     self.inf = "./input/growth.xml"
     if not cyclus_has_coin():
         raise SkipTest('Cyclus not compiled with COIN')
Exemplo n.º 2
0
 def __init__(self, *args, **kwargs):
     super(TestGrowth, self).__init__(*args, **kwargs)
     self.inf = "./input/growth.xml"
     if not cyclus_has_coin():
         raise SkipTest('Cyclus not compiled with COIN')
Exemplo n.º 3
0
 def __init__(self, *args, **kwargs):
     super(TestDynamicCapacitated, self).__init__(*args, **kwargs)
     self.inf = "./input/dynamic_capacitated.xml"
     if not cyclus_has_coin():
         raise SkipTest('Cyclus not compiled with COIN')
Exemplo n.º 4
0
 def __init__(self, *args, **kwargs):
     super(TestDynamicCapacitated, self).__init__(*args, **kwargs)
     self.inf = "./input/dynamic_capacitated.xml"
     if not cyclus_has_coin():
         raise SkipTest('Cyclus not compiled with COIN')