示例#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)