nitishkarvekar commited on
Commit
099b308
·
verified ·
1 Parent(s): ecc0a5d

Update optimize_weights.py

Browse files
Files changed (1) hide show
  1. optimize_weights.py +1 -1
optimize_weights.py CHANGED
@@ -112,7 +112,7 @@ def optimize_all_tickers():
112
 
113
  # For testing on Spaces, we'll limit to a few tickers.
114
  # Run locally to do all 100.
115
- tickers_to_run = NIFTY100[:10]
116
 
117
  for ticker in tickers_to_run:
118
  print(f"Optimizing {ticker}...")
 
112
 
113
  # For testing on Spaces, we'll limit to a few tickers.
114
  # Run locally to do all 100.
115
+ tickers_to_run = NIFTY100
116
 
117
  for ticker in tickers_to_run:
118
  print(f"Optimizing {ticker}...")