Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -895,7 +895,7 @@ with tab2:
|
|
895 |
pass
|
896 |
with st.container():
|
897 |
st.write('Contest Simulation Starting')
|
898 |
-
seed_depth1 =
|
899 |
Total_Runs = 1000000
|
900 |
if Contest_Size <= 1000:
|
901 |
strength_grow = .01
|
@@ -1163,7 +1163,6 @@ with tab2:
|
|
1163 |
st.write('Simulating contest on frames')
|
1164 |
|
1165 |
while SimVar <= Sim_size:
|
1166 |
-
st.write(fp_array.shape)
|
1167 |
if insert_port == 1:
|
1168 |
fp_random = fp_array[np.random.choice(fp_array.shape[0], Contest_Size-len(CleanPortfolio))]
|
1169 |
elif insert_port == 0:
|
|
|
895 |
pass
|
896 |
with st.container():
|
897 |
st.write('Contest Simulation Starting')
|
898 |
+
seed_depth1 = 10
|
899 |
Total_Runs = 1000000
|
900 |
if Contest_Size <= 1000:
|
901 |
strength_grow = .01
|
|
|
1163 |
st.write('Simulating contest on frames')
|
1164 |
|
1165 |
while SimVar <= Sim_size:
|
|
|
1166 |
if insert_port == 1:
|
1167 |
fp_random = fp_array[np.random.choice(fp_array.shape[0], Contest_Size-len(CleanPortfolio))]
|
1168 |
elif insert_port == 0:
|