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

Added dataclasses decorator to molecule class #114

Draft
wants to merge 26 commits into
base: main
Choose a base branch
from

disable inclusion of most variables as an init parameter.

4d1a3bd
Select commit
Loading
Failed to load commit list.
Draft

Added dataclasses decorator to molecule class #114

disable inclusion of most variables as an init parameter.
4d1a3bd
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Feb 12, 2025 in 0s

99.73% (-0.27%) compared to 43084fb

View this Pull Request on Codecov

99.73% (-0.27%) compared to 43084fb

Details

Codecov Report

Attention: Patch coverage is 96.29630% with 2 lines in your changes missing coverage. Please review.

Project coverage is 99.73%. Comparing base (43084fb) to head (4d1a3bd).
Report is 4 commits behind head on main.

Files with missing lines Patch % Lines
src/qibochem/driver/molecule.py 96.29% 2 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##              main     #114      +/-   ##
===========================================
- Coverage   100.00%   99.73%   -0.27%     
===========================================
  Files           16       16              
  Lines          751      754       +3     
===========================================
+ Hits           751      752       +1     
- Misses           0        2       +2     

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