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

fix: sort aparam in the C++ API #2667

Merged
merged 2 commits into from
Jul 11, 2023

Conversation

njzjz
Copy link
Member

@njzjz njzjz commented Jul 10, 2023

No description provided.

njzjz added 2 commits July 10, 2023 02:27
Signed-off-by: Jinzhe Zeng <jinzhe.zeng@rutgers.edu>
(cherry picked from commit 067addf)
Signed-off-by: Jinzhe Zeng <jinzhe.zeng@rutgers.edu>
(cherry picked from commit 1e49f6d)
@github-actions github-actions bot added the C++ label Jul 10, 2023
@codecov
Copy link

codecov bot commented Jul 10, 2023

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (d3d3c18) 78.35% compared to head (7cd4751) 78.35%.

Additional details and impacted files
@@           Coverage Diff           @@
##            devel    #2667   +/-   ##
=======================================
  Coverage   78.35%   78.35%           
=======================================
  Files         235      235           
  Lines       24473    24482    +9     
  Branches     1469     1469           
=======================================
+ Hits        19175    19184    +9     
  Misses       4906     4906           
  Partials      392      392           
Impacted Files Coverage Δ
source/api_cc/src/common.cc 79.18% <100.00%> (+0.38%) ⬆️

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@wanghan-iapcm wanghan-iapcm merged commit 3c6aa78 into deepmodeling:devel Jul 11, 2023
@njzjz njzjz mentioned this pull request Jul 17, 2023
wanghan-iapcm pushed a commit that referenced this pull request Jul 20, 2023
Add an experimental model called pairwise DPRc, which is fragment-based
and integrated with QM/MM. Compression inference and training are
supported.
Unit tests and documentation have been added.

Some features or bugfix to implement this PR have been merged in #2549,
#2600, #2601, #2604, #2631, #2635, #2665, #2666, #2667, and #2679.
This PR makes some changes to `model.build_descrpt` additionally:
- fix errors when the suffix is not empty
- fix errors when `fparam` or `aparam` are given
- support model-customized `input_map`

---------

Signed-off-by: Jinzhe Zeng <jinzhe.zeng@rutgers.edu>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants