Skip to content

FIX: remove unused numerical locals - #923

Open
kocaemre wants to merge 1 commit into
QuantEcon:mainfrom
kocaemre:fix/remove-unused-numerical-locals
Open

FIX: remove unused numerical locals#923
kocaemre wants to merge 1 commit into
QuantEcon:mainfrom
kocaemre:fix/remove-unused-numerical-locals

Conversation

@kocaemre

Copy link
Copy Markdown

Summary

Verification

  • RED: ruff check quantecon/_robustlq.py quantecon/_kalman.py quantecon/_lss.py quantecon/_matrix_eqn.py --select F841 reported the eight unused-local findings from FIX: Review the eight F841 unused-local findings in numerical modules #883.
  • GREEN: ruff check quantecon/_robustlq.py quantecon/_kalman.py quantecon/_lss.py quantecon/_matrix_eqn.py --select F841
  • pytest quantecon/tests/test_kalman.py quantecon/tests/test_lss.py quantecon/tests/test_matrix_eqn.py quantecon/tests/test_robustlq.py -q (22 passed)
  • pytest quantecon/tests -q (221 passed)

Closes #883.

Signed-off-by: Emre K <110906681+kocaemre@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

FIX: Review the eight F841 unused-local findings in numerical modules

1 participant