-
Notifications
You must be signed in to change notification settings - Fork 25
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
Deal with duplicated experiment name in querying #168
Comments
Good point, sorry. Actually, that particular experiment name is unique it is just that (for a short time) there is a duplicate copy on both hh5 and ik11. So, I will delete the hh5 copy as soon as I can convince myself that the rsync went well. |
Actually, this was because I had two versions of the same folder listed on hh5, one with |
Should be easy to avoid, but I don't think it should break so horribly in these cases! |
The idea of a unique experiment id could address this I think. In the case where there is match with multiple IDs the operation could error and the user warned that manual disambiguation is required. The same thing could be done if there are multiple root paths I guess. In any case, definitely a related issue |
We try to limit the assumptions made in the database, so experiment names (like
01deg_jra55v13_ryf9091
) aren't themselves unique — rather, the combination of experiment name and its root directory is. However, in functions likecc.querying.getvar
, we only ask for the experiment name. This could lead to some unexpected behaviour, pulling files from two experiments with the same name, but a different root directory.The text was updated successfully, but these errors were encountered: