Spaces:
Paused
Paused
Update modules/cost_risk_analyzer.py
Browse files
modules/cost_risk_analyzer.py
CHANGED
@@ -666,7 +666,4 @@ class CostRiskAnalyzer:
|
|
666 |
overrun_risks.append({
|
667 |
"category": category,
|
668 |
"planned": planned,
|
669 |
-
"actual": actual
|
670 |
-
"deviation_percentage": deviation_percentage,
|
671 |
-
"risk_level": risk_level,
|
672 |
-
"impact": "تأثير على هامش الربح وزيادة التكاليف ال
|
|
|
666 |
overrun_risks.append({
|
667 |
"category": category,
|
668 |
"planned": planned,
|
669 |
+
"actual": actual
|
|
|
|
|
|