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

feat(python/fmt): create python writer interfaces #285

Merged
merged 5 commits into from
Apr 11, 2024
Merged

Conversation

jnooree
Copy link
Member

@jnooree jnooree commented Apr 11, 2024

Checklist

If the change is related to the source code, tests, or build environments, please also check the following:

  • Does ./scripts/run_clang_tools.sh pass without any warnings?
  • Have you built the project locally without any warnings and errors?
  • Does all tests (if new tests are added, including the new ones) pass?

If you added new feature(s), then also check the following:

  • Did you also add corresponding tests?

Linked Issues

Link the tracking issue(s) of this PR, with the auto-close keywords here:


Copy link

codecov bot commented Apr 11, 2024

Codecov Report

Attention: Patch coverage is 96.96970% with 1 lines in your changes are missing coverage. Please review.

Project coverage is 90.79%. Comparing base (dea7728) to head (1f42945).

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #285      +/-   ##
==========================================
+ Coverage   90.67%   90.79%   +0.11%     
==========================================
  Files          37       37              
  Lines        8636     8669      +33     
==========================================
+ Hits         7831     7871      +40     
+ Misses        805      798       -7     
Files Coverage Δ
python/include/nuri/python/utils.h 94.53% <ø> (ø)
python/src/nuri/fmt/fmt_module.cpp 93.18% <96.96%> (+2.27%) ⬆️

... and 2 files with indirect coverage changes

@jnooree jnooree merged commit 48caa15 into main Apr 11, 2024
17 checks passed
@jnooree jnooree deleted the jnooree/issue-283 branch April 11, 2024 03:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Python molecule writer interface
1 participant