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

Fix dask and add dependency graph #52

Open
recursix opened this issue Oct 7, 2024 · 0 comments
Open

Fix dask and add dependency graph #52

recursix opened this issue Oct 7, 2024 · 0 comments
Assignees

Comments

@recursix
Copy link
Collaborator

recursix commented Oct 7, 2024

  • dask seemed to still have issues, investigate and make sure we can run in parallel on the different benchmarks
  • integrate the dependency graph provided by lawrence
  • invent a test that would verify if these graphs are valid
  • the field depends_on is likely to pollute the experiment results as it's loading all dataclass fields into it. Let's investigate if we can store it as an attribute (i.e. not a dataclass field) this would be stored in the pickle but not be loaded in the pandas dataframe.
  • make code to insert "reset_instance" job in the dependency graph.
@recursix recursix self-assigned this Oct 7, 2024
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

No branches or pull requests

1 participant