You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix: Indent code to ensure 'j' is within for-loop in GQRS algorithm (#499)
As discussed in #489:
> "The variable j was not properly scoped within the for-loop in the sm
method, leading to an UnboundLocalError when j was accessed outside the
loop."
#489 needs rebasing on the
main branch to allow tests to run.
This pull request is just a cherry-pick of the commit in
#489, on top of the current
version of main (I can't push to the other branch directly, because its
on a forked repo).
0 commit comments