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

Check available ekos #9

Closed
alecandido opened this issue Oct 28, 2021 · 4 comments
Closed

Check available ekos #9

alecandido opened this issue Oct 28, 2021 · 4 comments

Comments

@alecandido
Copy link
Member

At this point we start having a few ekos computed, and as we found out with @felixhekhorn computing one of them is quite an expensive task (at least for development, since it's blocking us).

Moreover, I believe that a few eko can really be recycled, e.g. I think that most of LHC pineapplgrids will have the same x_grid and Q2_grid.

However it is a bit annoying to check which one of the available ekos is the correct one, but we have all the tools required to automatize the process.

Proposal

Let's make a trivial function (and maybe provide a subcommand) that given a folder explore the files inside (or even all the files in the tree) for ekos, and output all the compatible ones that has been found.

Note

This is a step forward towards the toolchain automation and assets management. I'm considering that maybe we'll simply need to progressively improve tasks that we're doing manually at the moment, instead of projecting an actual automation pipeline all-together.

@felixhekhorn
Copy link
Contributor

Should be doable ...

@alecandido
Copy link
Member Author

  • this is slightly related to the idea of generating a single EKO

Indeed, that is still possible, but I considered that we'll always have multiple ekos, because we generate a given one at fixed time, than we say "but we would like to have one with these other specs", and then you start getting the second and so on...

Looking for a single one it's not that bad, it will reduce the number of operators in any case, but still they will sum up at some point.

@alecandido
Copy link
Member Author

I guess this outdated enough, and superseded by #12 in any case. Is it correct @felixhekhorn?

@felixhekhorn
Copy link
Contributor

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

2 participants