Skip to content

Commit 132cb58

Browse files
Potential fix for code scanning alert no. 273: Unused global variable
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
1 parent aa825d4 commit 132cb58

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

arch/unitroot/critical_values/simulation/phillips-ouliaris-simulation-process.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,6 @@ def fit_pval_model(quantiles: pd.DataFrame | pd.Series) -> PvalueResult:
200200
for key, n_sim_value in nsimulation.items():
201201
s = key[0].upper()
202202
t = key[1]
203-
n = n_sim_value
204203
report.append(
205204
f"{s}-type statistics with trend {t} based on {n_sim_value:,} simulations"
206205
)

0 commit comments

Comments
 (0)