Conversation
|
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #32 +/- ##
==========================================
- Coverage 97.00% 87.81% -9.19%
==========================================
Files 10 11 +1
Lines 635 706 +71
==========================================
+ Hits 616 620 +4
- Misses 19 86 +67 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
…arning message about backward compatibility"
Owner
Author
|
Made some additional changes:
|
Owner
Author
|
Bumped minor and major version number because I uploaded 1.9.0 to pypi without a long description. Bumped to 1.9.1 to fix this but it means that the version check workflow is failing. Not fussed about the coverage decreasing since it is just the gui code. |
This was referenced Feb 12, 2026
Closed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Improvements to tests.
Seems to be some issues with Pandas. Currently only used for read_csv so replacing this with np.loadtxt and np.genfromtxt.
Adding a schedule for the CI to catch issues like the above.