-
Notifications
You must be signed in to change notification settings - Fork 1
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
[BUG] use_datastore
not robust for invalid assets
#344
Comments
Is this datastore likely to stay where it is? I'm thinking about adding it as an end to end test |
No - definately not. There probably is a longer term dataset which includes files not picked up by intake, bit i don't know of one. |
@charles-turner-1 just taking a quick look at this, I'm a bit confused as to how |
Aha - I put the hash files as hidden, so |
Describe the bug
When I run
use_datastore
on experiment output which contains invalid assets, the datastore is always regenerated, even when there are no changes to the experiment output.The expected behaviour is that it finds the existing datastore and does not regenerate it.
In general, unmodified configurations won't include invalid assets, so I don't think its a priority to address this.
To Reproduce
Run
Additional context
This is the output:
The text was updated successfully, but these errors were encountered: