Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
raghuramshankar committed Nov 19, 2023
1 parent 59e343c commit 734319e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sparse.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ def sparse(ticker_index, num_tickers):
num_tickers = 3
sparse(ticker_index=ticker_index, num_tickers=num_tickers)

ticker_index = ["^INDA"]
ticker_index = ["INDA"]
num_tickers = 3
sparse(ticker_index=ticker_index, num_tickers=num_tickers)

Expand Down

0 comments on commit 734319e

Please sign in to comment.