-
-
Notifications
You must be signed in to change notification settings - Fork 4
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
Regression test, etc. #39
Conversation
be93969
to
23084e7
Compare
a9612b9
to
cc10db6
Compare
OMFG. I can't get the leaked tracers to happen in #44 or on my computer (varying Python version and test order), but they're cropping up again here |
1e8dc02
to
761e69a
Compare
Haha, oh no! Can you rebase this on latest and then let's see where we're at? |
Signed-off-by: Nathaniel Starkman <[email protected]>
style(jax.extend): alias to jex Signed-off-by: Nathaniel Starkman <[email protected]>
761e69a
to
3dc761f
Compare
@patrick-kidger, done! |
@@ -48,6 +48,9 @@ select = ["E", "F", "I001"] | |||
ignore = ["E402", "E721", "E731", "E741", "F722"] | |||
fixable = ["I001", "F401"] | |||
|
|||
[tool.ruff.lint.flake8-import-conventions.extend-aliases] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh now this is a cool rule that I didn't know existed!
Alright, LGTM! Merged. |
No description provided.