-
Notifications
You must be signed in to change notification settings - Fork 40
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
Automated Workflow Checks for Data and Models #566
Conversation
I have created automated_dataset_checks.py file in the dev folder. As discussed with @ots22 and @acocac the file iterates through the dataset catalog using the load_dataset function and logs any datsets that fail to load. At the moment 2/11 fail and they are stardist and cell-cycle-scivision. Cell Cycle Scivision Stardist |
Hi Sam, this seems very useful. It looks like there are some additional commits to push (I can just see a single commit with a small change)? If fixing the broken entries seems beyond the scope of this PR, definitely consider raising issues and we can address them separately. |
Fix #479