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

feat: reproducibility graph #138

Merged
merged 4 commits into from
Jun 27, 2024
Merged

Conversation

tdejager
Copy link
Contributor

Bring back the html graph.

image

@tdejager tdejager requested a review from nichmor June 27, 2024 13:18
Copy link
Collaborator

@nichmor nichmor left a comment

Choose a reason for hiding this comment

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

I like it! 📈

@@ -7,7 +7,7 @@
import os
from pathlib import Path
import tempfile
from typing import Generator, Optional
from typing import Generator, Literal as Lit, Optional
Copy link
Collaborator

Choose a reason for hiding this comment

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

why Literal as Lit?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Because there is another Literal import beneath it.

src/repror/cli/generate_html.py Outdated Show resolved Hide resolved
@tdejager tdejager merged commit 1aba54f into prefix-dev:main Jun 27, 2024
180 of 256 checks passed
@tdejager tdejager deleted the feat/html-graph branch June 27, 2024 14:27
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