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

Handle inactive args from context #41

Merged
merged 1 commit into from
Mar 9, 2024
Merged

Handle inactive args from context #41

merged 1 commit into from
Mar 9, 2024

Conversation

wsmoses
Copy link
Member

@wsmoses wsmoses commented Mar 9, 2024

No description provided.

@wsmoses wsmoses merged commit d2030a6 into main Mar 9, 2024
5 of 6 checks passed
@wsmoses wsmoses deleted the activity branch March 9, 2024 17:14
Comment on lines +927 to +928
print("arg_tan", arg_tangents)
print("kwargs", kwargs)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Leftover debug spew

Comment on lines +1077 to +1079
print("trace ", trace)
print("args", args)
print("kwargs", kwargs)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ditto. We can use import logging and potentially even attach to the jax logger if desired.

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.

2 participants