You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
repo.Tags.FirstOrDefault(r => r.Target == repo.Head.Tip)is Tag tag)
This works on the assumption that there is a single tag pointing to that commit hash. If we need to run two different experiments with the exact same commit hash, we will be unable to differentiate the two names, since the code will automatically latch on to only one of them.
The text was updated successfully, but these errors were encountered:
In
GetDataPath
we find the data folder friendly name by looking for the first tag pointing to the current commit hash:aeon_acquisition/src/Aeon.Acquisition/GetDataPath.cs
Line 31 in 04e8f81
This works on the assumption that there is a single tag pointing to that commit hash. If we need to run two different experiments with the exact same commit hash, we will be unable to differentiate the two names, since the code will automatically latch on to only one of them.
The text was updated successfully, but these errors were encountered: