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

chore: Make summary accept a Table object #2000

Merged
merged 11 commits into from
Aug 6, 2024
Merged

Conversation

tssweeney
Copy link
Collaborator

@tssweeney tssweeney commented Jul 23, 2024

Before:
Screenshot 2024-07-23 at 20 17 48

After:
Screenshot 2024-07-23 at 20 15 20

TODO:

  • Make WeaveTable somehow both traceable, but not require a network hop - local digest calculation
  • Also add tables to sub-score processors (figure out a way to skip the dataset completely

@circle-job-mirror
Copy link

@tssweeney tssweeney marked this pull request as ready for review August 6, 2024 05:13
@tssweeney tssweeney requested a review from a team as a code owner August 6, 2024 05:13
@@ -194,7 +198,12 @@ class GetCodeDepsResult(typing.TypedDict):
def get_source_notebook_safe(fn: typing.Callable) -> str:
# In ipython, we can't use inspect.getsource on classes defined in the notebook
if is_running_interactively() and inspect.isclass(fn):
src = get_class_source(fn)
try:
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

the introduction of a new class in eval.py made me hit this error

@tssweeney tssweeney merged commit 34b835c into master Aug 6, 2024
26 checks passed
@tssweeney tssweeney deleted the tim/change_summary_input branch August 6, 2024 16:23
@github-actions github-actions bot locked and limited conversation to collaborators Aug 6, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants