-
Notifications
You must be signed in to change notification settings - Fork 0
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
Comments
Should be doable ...
|
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. |
I guess this outdated enough, and superseded by #12 in any case. Is it correct @felixhekhorn? |
|
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
andQ2_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.
The text was updated successfully, but these errors were encountered: