fix: update max_capacity to 500 in production loss calculation

main
Cizz22 3 months ago
parent 760c73085e
commit e0b4dd5f29

@ -46,7 +46,7 @@ def calculate_eaf(
try: try:
# Calculate lost production # Calculate lost production
max_capacity = 550 max_capacity = 500
# Calculate total equivalent derate and outage hours # Calculate total equivalent derate and outage hours
edh = calculate_equivalent_derate_hours(plot_data, max_flow_rate=max_capacity) edh = calculate_equivalent_derate_hours(plot_data, max_flow_rate=max_capacity)

Loading…
Cancel
Save