TovaHasi commited on
Commit
3200d0c
1 Parent(s): cd00477

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -251,7 +251,7 @@ def get_id_first_positive_NPV(array_NPV):
251
 
252
  if st.button('Расчет эффективности'):
253
  Number_pallets, Number_machines, Number_employees = get_number_pallets_and_machines_employees()
254
- array_CF, array_PV = get_array_CF_PV(type_amort)
255
  array_NPV = get_array_NPV()
256
 
257
  IRR = np_fin.irr(array_CF)
 
251
 
252
  if st.button('Расчет эффективности'):
253
  Number_pallets, Number_machines, Number_employees = get_number_pallets_and_machines_employees()
254
+ array_CF, array_PV = get_array_CF_PV()
255
  array_NPV = get_array_NPV()
256
 
257
  IRR = np_fin.irr(array_CF)