예제 #1
0
파일: landbos.py 프로젝트: gtqite/ssc
 def execute(self):
     self.cost = _landbos.projectMgmtCost(self.constructionTime)
예제 #2
0
    def test_projectMgmt2(self):

        constructionTime = 40.0

        cost = _landbos.projectMgmtCost(constructionTime)
        self.assertAlmostEqual(6510000, cost, delta=0.5)
예제 #3
0
 def execute(self):
     self.cost = _landbos.projectMgmtCost(self.constructionTime)
예제 #4
0
    def test_projectMgmt(self):

        cost = _landbos.projectMgmtCost(self.constructionTime)
        self.assertAlmostEqual(2607139, cost, delta=0.5)