Update optimize_weights.py
Browse files- 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 =
|
| 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}...")
|