Skip to content

Tests#32

Merged
htjb merged 19 commits into
masterfrom
tests
Feb 12, 2026
Merged

Tests#32
htjb merged 19 commits into
masterfrom
tests

Conversation

@htjb
Copy link
Copy Markdown
Owner

@htjb htjb commented Feb 11, 2026

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.

@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Feb 11, 2026

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

❌ Patch coverage is 21.79487% with 61 lines in your changes missing coverage. Please review.
✅ Project coverage is 87.81%. Comparing base (a5fc97d) to head (7b4b280).

Files with missing lines Patch % Lines
globalemu/gui.py 0.00% 61 Missing ⚠️
❗ Your organization needs to install the Codecov GitHub app to enable full functionality.
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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@htjb
Copy link
Copy Markdown
Owner Author

htjb commented Feb 12, 2026

Made some additional changes:

  • consistent default logging of parameters between eval.py and preprocess.py (fixing logging of parameters #30).
  • moved the gui from tkinter to matplotlib.
  • modernized the install (setup.py + requirements.txt -> pyproject.toml)

@htjb
Copy link
Copy Markdown
Owner Author

htjb commented Feb 12, 2026

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.

@htjb htjb merged commit 4a9e3d7 into master Feb 12, 2026
8 of 11 checks passed
@htjb htjb deleted the tests branch February 12, 2026 21:47
This was referenced Feb 12, 2026
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