Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Fix various bugs #28

Merged
merged 7 commits into from
Feb 4, 2025
Merged

Fix various bugs #28

merged 7 commits into from
Feb 4, 2025

Conversation

Marius1311
Copy link
Member

@Marius1311 Marius1311 commented Feb 4, 2025

  • Removes tenacity for retries: openAI does this internally already
  • Updated the license file
  • fixes tests by adding some more marker genes
  • adds rich to the test dependencies.

closes #25

Copy link

codecov bot commented Feb 4, 2025

Codecov Report

Attention: Patch coverage is 85.71429% with 1 line in your changes missing coverage. Please review.

Project coverage is 85.80%. Comparing base (b9cab03) to head (998f82f).
Report is 8 commits behind head on main.

Files with missing lines Patch % Lines
src/cell_annotator/utils.py 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #28      +/-   ##
==========================================
+ Coverage   85.77%   85.80%   +0.03%     
==========================================
  Files           9        9              
  Lines         450      451       +1     
==========================================
+ Hits          386      387       +1     
  Misses         64       64              
Files with missing lines Coverage Δ
src/cell_annotator/_constants.py 100.00% <100.00%> (ø)
src/cell_annotator/base_annotator.py 100.00% <100.00%> (ø)
src/cell_annotator/cell_annotator.py 82.43% <100.00%> (ø)
src/cell_annotator/sample_annotator.py 84.84% <100.00%> (ø)
src/cell_annotator/utils.py 82.05% <0.00%> (ø)

@Marius1311 Marius1311 merged commit 72f3027 into main Feb 4, 2025
7 checks passed
@Marius1311 Marius1311 deleted the feat/models branch February 4, 2025 16:02
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix failing test
1 participant