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

Small fixes... #1019

Merged
merged 2 commits into from
Oct 23, 2024
Merged

Small fixes... #1019

merged 2 commits into from
Oct 23, 2024

Conversation

AdvancedImagingUTSW
Copy link
Collaborator

configurator - scaled back the warning since it seems to be working nicely.

controller - very small type hinting changes.

camera_view - Extracted some code to make a method that we can call elsewhere. self.get_selected_channels, some typehinting, cleaned up some warnings for things like uncalled parameters (*args), and fixed a few bugs that would occur with the MIP view. Several widgets converted to readonly. Attributes initialized. Edge case handling.

configurator_application_window - make some comboboxes readonly, changed one method name.

display_notebook - made some comboboxes readonly

acquire_popup - made some comboboxes readonly

configurator - scaled back the warning since it seems to be working nicely.

controller - very small type hinting changes.

camera_view - Extracted some code to make a method that we can call elsewhere. `self.get_selected_channels`, some typehinting, cleaned up some warnings for things like uncalled parameters (*args), and fixed a few bugs that would occur with the MIP view. Several widgets converted to readonly. Attributes initialized. Edge case handling.

configurator_application_window - make some comboboxes readonly, changed one method name.

display_notebook - made some comboboxes readonly

acquire_popup - made some comboboxes readonly
Copy link

codecov bot commented Oct 23, 2024

Codecov Report

Attention: Patch coverage is 85.07463% with 10 lines in your changes missing coverage. Please review.

Project coverage is 54.24%. Comparing base (001fb28) to head (156bef8).
Report is 3 commits behind head on develop.

Files with missing lines Patch % Lines
...navigate/controller/sub_controllers/camera_view.py 85.71% 6 Missing ⚠️
...c/navigate/view/configurator_application_window.py 57.14% 3 Missing ⚠️
src/navigate/controller/configurator.py 90.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #1019      +/-   ##
===========================================
+ Coverage    54.05%   54.24%   +0.18%     
===========================================
  Files          180      180              
  Lines        20250    20274      +24     
===========================================
+ Hits         10946    10997      +51     
+ Misses        9304     9277      -27     
Flag Coverage Δ
unittests 54.24% <85.07%> (+0.18%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@AdvancedImagingUTSW AdvancedImagingUTSW merged commit 001f502 into develop Oct 23, 2024
1 check 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.

2 participants