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

feature: Ensure img_path is of type Path #108

Merged
merged 1 commit into from
Jan 30, 2025
Merged

Conversation

ns-rse
Copy link
Collaborator

@ns-rse ns-rse commented Jan 29, 2025

Closes #106

Ensures that if fileversion >= 0.2 is being loaded that the data["img_path"] variable is of type Path.

Adds to the test suite a 0.2 sample file to check this (and expands on the keys of the dictionary).

Closes #106

Ensures that if fileversion >= 0.2 is being loaded that the `data["img_path"]` variable is of type `Path`.

Adds to the test suite a 0.2 sample file to check this (and expands on the keys of the dictionary).
@ns-rse ns-rse force-pushed the ns-rse/106-img_path branch from c49f0a6 to 0135ec9 Compare January 29, 2025 09:46
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 72.10%. Comparing base (f282c31) to head (0135ec9).
Report is 240 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #108      +/-   ##
==========================================
+ Coverage   65.87%   72.10%   +6.22%     
==========================================
  Files           3        8       +5     
  Lines         337      595     +258     
==========================================
+ Hits          222      429     +207     
- Misses        115      166      +51     

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

@ns-rse ns-rse merged commit aed385c into main Jan 30, 2025
12 of 13 checks passed
@ns-rse ns-rse deleted the ns-rse/106-img_path branch January 30, 2025 14:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request v0.1.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[feature] : Convert img_path to Path object when loading .topostats files
3 participants