Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix imports style #122

Merged
merged 58 commits into from Oct 22, 2020
Merged

Conversation

brandonwillard
Copy link
Member

@brandonwillard brandonwillard commented Oct 21, 2020

This PR introduces isort to our style checks.

As a necessary part of this addition, a few more import cycles needed to be broken (e.g. a bad one involving the optimizations in theano.gpuarray). Also, some Python 2.x fixes were made using pyupgrade.

@brandonwillard brandonwillard force-pushed the fix-imports-style branch 6 times, most recently from 46ffab0 to e9fd2f6 Compare October 21, 2020 19:00
Most of the bugbears involved `assert False` and bad function keyword defaults.
In tests, the former often signaled needed `pytest.raises` rewrites.
Two new modules were made in order to remove the circular references:
`theano.gpuarray.dnn_opt` (i.e. optimizations specific to `theano.gpuarray.dnn`)
and `theano.gpuarray.optdb` (i.e. optimization databases for gpuarray `Op`s).
@brandonwillard brandonwillard merged commit 8e8eda2 into aesara-devs:master Oct 22, 2020
@brandonwillard brandonwillard deleted the fix-imports-style branch October 22, 2020 05:57
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.

None yet

1 participant