Exemple #1
0
 def execute(self):
     self.cost = _landbos.projectMgmtCost(self.constructionTime)
Exemple #2
0
    def test_projectMgmt2(self):

        constructionTime = 40.0

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

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