euler314 commited on
Commit
5c55c6b
·
verified ·
1 Parent(s): 5bd2507

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -96,7 +96,7 @@ def compute_eigenvalue_support_boundaries(z_a, y, beta_values, n_samples=100, se
96
  Compute the support boundaries of the eigenvalue distribution by directly
97
  finding the minimum and maximum eigenvalues of B_n = S_n T_n for different beta values.
98
  """
99
-
100
  min_eigenvalues = np.zeros_like(beta_values)
101
  max_eigenvalues = np.zeros_like(beta_values)
102
 
 
96
  Compute the support boundaries of the eigenvalue distribution by directly
97
  finding the minimum and maximum eigenvalues of B_n = S_n T_n for different beta values.
98
  """
99
+ y_effective =y
100
  min_eigenvalues = np.zeros_like(beta_values)
101
  max_eigenvalues = np.zeros_like(beta_values)
102