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

Bugfix/training crash when viewer refreshes #187

Merged
merged 2 commits into from
Feb 27, 2024

Conversation

yrkim98
Copy link
Collaborator

@yrkim98 yrkim98 commented Feb 22, 2024

Training runs crash at the end when images are loaded into napari. This causes PredictionView's FileInputWidget to refresh its layer list, and since that image has no channels it crashes the plugin.

This change makes it so that we ignore images generated by Training when the layer list is refreshed. Working on a follow up fix which will make it so that this layer list only refreshes when we are focused on the Prediction tab.

@yrkim98 yrkim98 changed the base branch from main to feature/get_image_paths_from_napari_layers February 26, 2024 18:18
@yrkim98 yrkim98 changed the base branch from feature/get_image_paths_from_napari_layers to main February 26, 2024 18:18
@yrkim98
Copy link
Collaborator Author

yrkim98 commented Feb 26, 2024

I changed the base branch- the diff is now correct (only one method was changed, all the other changes was in the previous PR for loading images via. napari layers.

@yrkim98 yrkim98 merged commit 9d4eaea into main Feb 27, 2024
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants