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

Add verbosity option to C-API #54

Merged
merged 1 commit into from
Jun 1, 2022
Merged

Add verbosity option to C-API #54

merged 1 commit into from
Jun 1, 2022

Conversation

awvwgk
Copy link
Member

@awvwgk awvwgk commented Jun 1, 2022

Expose option to set verbosity in C-API and export verbosity to Python Calculator setter.

Closes #53

@awvwgk awvwgk added the API Related to the iso_c_binding API and C integration label Jun 1, 2022
@codecov
Copy link

codecov bot commented Jun 1, 2022

Codecov Report

Merging #54 (46e856b) into main (216fad1) will decrease coverage by 0.02%.
The diff coverage is 75.86%.

@@            Coverage Diff             @@
##             main      #54      +/-   ##
==========================================
- Coverage   73.17%   73.15%   -0.03%     
==========================================
  Files         119      119              
  Lines       15249    15262      +13     
  Branches     4497     4501       +4     
==========================================
+ Hits        11159    11165       +6     
- Misses       2068     2079      +11     
+ Partials     2022     2018       -4     
Impacted Files Coverage Δ
app/driver_run.f90 24.61% <0.00%> (-0.79%) ⬇️
python/tblite/interface.py 89.58% <ø> (ø)
src/tblite/api/context.f90 70.90% <80.00%> (+2.90%) ⬆️
src/tblite/xtb/singlepoint.f90 78.23% <88.23%> (+1.31%) ⬆️
python/tblite/library.py 92.14% <100.00%> (+0.12%) ⬆️
src/tblite/output/property.f90 0.00% <0.00%> (-55.56%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 216fad1...46e856b. Read the comment docs.

@awvwgk awvwgk merged commit 2eecda5 into tblite:main Jun 1, 2022
@awvwgk awvwgk deleted the bind-c branch June 1, 2022 20:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API Related to the iso_c_binding API and C integration
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow setting verbosity in API
1 participant