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

Deterministic output for .dot #1873

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

XF-FW
Copy link

@XF-FW XF-FW commented May 10, 2024

Hey. My workflow involves generating a dot file on every commit and diffing with the current one, to see if there are new changes.
The current dot output has two things that may differ even with the same src:

  • Timestamp
  • Abstract model order

Added an option for deterministic to be able to set it as a constant value and fixed the shuffling done with the abstract models, via list(set(x))

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