KoslickiLab / YACHT

A mathematically characterized hypothesis test for organism presence/absence in a metagenome
MIT License
28 stars 7 forks source link

Bug yac 13 #81

Closed bioinfwithjudith closed 9 months ago

bioinfwithjudith commented 9 months ago

The ValueError I implemented returns when I just run python make_training_data_from_sketches.py but a different ValueError is returned when I run pytest -v tests/

These ValueErrors are from the same function under different conditions.

The first condition is true when running pytest -v tests/ and the second condition is true when running python make_training_data_from_sketches.py

sonarcloud[bot] commented 9 months ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

codecov[bot] commented 9 months ago

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (6cc88e7) 75.77% compared to head (afbb515) 75.78%.

Files Patch % Lines
yacht/utils.py 75.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #81 +/- ## ========================================== + Coverage 75.77% 75.78% +0.01% ========================================== Files 15 15 Lines 1325 1330 +5 ========================================== + Hits 1004 1008 +4 - Misses 321 322 +1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.