Spaces:
Sleeping
Sleeping
Commit
·
f434875
1
Parent(s):
79fd3f0
remove print
Browse files
main.py
CHANGED
@@ -178,7 +178,6 @@ if num_tick > 1:
|
|
178 |
## Calculate and Append the Sharpe Ratio to Sharpe Ratio Array
|
179 |
sharpe_arr[ind] = ret_arr[ind] / vol_arr[ind]
|
180 |
if ind % 100 == 0:
|
181 |
-
print(ind)
|
182 |
my_bar.progress((ind + 1) / num_of_port, text=progress_text)
|
183 |
# clear progress bar
|
184 |
my_bar.empty()
|
|
|
178 |
## Calculate and Append the Sharpe Ratio to Sharpe Ratio Array
|
179 |
sharpe_arr[ind] = ret_arr[ind] / vol_arr[ind]
|
180 |
if ind % 100 == 0:
|
|
|
181 |
my_bar.progress((ind + 1) / num_of_port, text=progress_text)
|
182 |
# clear progress bar
|
183 |
my_bar.empty()
|