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

Save used version amongst results #38

Open
jkosciessa opened this issue May 29, 2024 · 1 comment
Open

Save used version amongst results #38

jkosciessa opened this issue May 29, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request priority low Nice to have, but not critical

Comments

@jkosciessa
Copy link
Contributor

It would be great to keep track of the used version (in the case of a cloned toolbox via hashes) amongst the results (either the 'parameters' file, or as a txt file).

e.g.,

%% save current info about current version
[s,git_hash_string] = system('git rev-parse HEAD');
expInfo.version = git_hash_string;
@mekman mekman added enhancement New feature or request priority low Nice to have, but not critical labels May 30, 2024
@mekman
Copy link
Collaborator

mekman commented May 30, 2024

Nice, PR welcome.

Please also cover the case when git history is not available. Cheers

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request priority low Nice to have, but not critical
Projects
None yet
Development

No branches or pull requests

2 participants