Advertisement
CptAwe

Last minute error

Nov 29th, 2018
327
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "./pricing_curve/Simulation.py", line 775, in calculate_pro_forma
  3. price_per_reservable_df, gate, region, market, currency, rate)
  4. File "./pricing_curve/Simulation.py", line 723, in collect_input_otf
  5. price_per_reservable, total_capacity_sum, market, currency, rate),
  6. File "./pricing_curve/Simulation.py", line 492, in _get_bases_sales_otf
  7. raise e
  8. File "./pricing_curve/Simulation.py", line 443, in _get_bases_sales_otf
  9. 'initial_base_sales': self._get_bases_sales(location_name),
  10. File "./pricing_curve/Simulation.py", line 333, in _get_bases_sales
  11. raise e
  12. File "./pricing_curve/Simulation.py", line 330, in _get_bases_sales
  13. return float(row.base_sales)
  14. AttributeError: 'NoneType' object has no attribute 'base_sales'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement