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

Add expect.score #631

Merged
merged 11 commits into from
Apr 29, 2024
Merged

Add expect.score #631

merged 11 commits into from
Apr 29, 2024

Conversation

hinthornw
Copy link
Collaborator

No description provided.

@@ -72,7 +77,7 @@ def __init__(
max_workers=3
)
rt = rh.get_current_run_tree()
self._run_id = rt.id if rt else run_id
self._run_id = rt.trace_id if rt else run_id
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

If you're running this within a nested function, we'd prefer it by default to be assigned to the root trace (since it's called beneath @unit

@hinthornw hinthornw merged commit 3bee3a3 into main Apr 29, 2024
6 checks passed
@hinthornw hinthornw deleted the wfh/add_expect_score branch April 29, 2024 17:46
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

2 participants