Skip to content

Commit

Permalink
Minor type change in capex
Browse files Browse the repository at this point in the history
  • Loading branch information
JosepFanals committed Jun 3, 2024
1 parent df09b40 commit f10d301
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def __init__(self):
"""
Constructor
"""
self.capex_score: float = 0
self.capex_score: float = 0.0
self.opex_score: float = 0.0
self.losses_score: float = 0.0
self.overload_score: float = 0.0
Expand Down

0 comments on commit f10d301

Please sign in to comment.