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

Fix the tests and add reaction on window resizing and fix selectlevel #44

Merged
merged 7 commits into from
Jul 3, 2024

Conversation

felixcremer
Copy link
Member

This will fix all tests and adds an on interaction to react on the change of the axis size.
This also fixes selectlevel to always select the right amount of data.
Closes #41

This is not yet working correctly, because they have different number of layers and I would have to make the test case more streamlined.
This will change the selected resolution when changing the axis size for example when changing the window size.  Closes
Copy link

codecov bot commented Jul 3, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 66.03%. Comparing base (4a3da65) to head (13de6ef).
Report is 12 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff             @@
##             main      #44       +/-   ##
===========================================
- Coverage   77.27%   66.03%   -11.24%     
===========================================
  Files           1        3        +2     
  Lines         110      265      +155     
===========================================
+ Hits           85      175       +90     
- Misses         25       90       +65     

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

@felixcremer
Copy link
Member Author

felixcremer commented Jul 3, 2024

The CI failure on Windows seems to be a GDAL_jll build issue JuliaPackaging/Yggdrasil#8781
This should effect this package only when loading tiff data.

@felixcremer felixcremer merged commit 08d1176 into main Jul 3, 2024
7 of 10 checks passed
@felixcremer felixcremer deleted the fc/fixtests branch July 3, 2024 09:31
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.

add on block for ax.scene.viewport
1 participant