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 support for hydrafetcher getting by absolute eval id #19

Closed
TypingKoala opened this issue Aug 5, 2020 · 0 comments · Fixed by #23
Closed

Add support for hydrafetcher getting by absolute eval id #19

TypingKoala opened this issue Aug 5, 2020 · 0 comments · Fixed by #23

Comments

@TypingKoala
Copy link
Collaborator

Hydrafetcher currently supports getting evaluations based on how recently they occurred. To ensure that the future dashboard is repeatable, we must be able to specify exact evaluation IDs to use when fetching.

Functionality must be implemented to support this type of use case. An example:

HydraFetcher(
    eval_id=973, # not the same as eval_num
    project="dusty",
    jobset="fpga-tool-perf",
    ...
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant