예제 #1
0
 def execute(self):
     self.cost = _landbos.substationCost(self.voltage, self.farmSize)
예제 #2
0
파일: landbos.py 프로젝트: gtqite/ssc
 def execute(self):
     self.cost = _landbos.substationCost(self.voltage, self.farmSize)
예제 #3
0
    def test_substation(self):

        cost = _landbos.substationCost(self.voltage, self.farmSize)
        self.assertAlmostEqual(5530851, cost, delta=0.5)