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 se_e3 tabulate op #2552

Merged
merged 2 commits into from
May 22, 2023
Merged

Conversation

njzjz
Copy link
Member

@njzjz njzjz commented May 22, 2023

Fix #2250.

njzjz added 2 commits May 21, 2023 17:19
Fix deepmodeling#2250.

Signed-off-by: Jinzhe Zeng <jinzhe.zeng@rutgers.edu>
Signed-off-by: Jinzhe Zeng <jinzhe.zeng@rutgers.edu>
@codecov
Copy link

codecov bot commented May 22, 2023

Codecov Report

Patch coverage: 100.00% and project coverage change: -0.02 ⚠️

Comparison is base (5f3bbbc) 75.35% compared to head (d7e4baf) 75.34%.

Additional details and impacted files
@@            Coverage Diff             @@
##            devel    #2552      +/-   ##
==========================================
- Coverage   75.35%   75.34%   -0.02%     
==========================================
  Files         227      227              
  Lines       23816    23790      -26     
  Branches     1666     1658       -8     
==========================================
- Hits        17947    17925      -22     
- Misses       4793     4799       +6     
+ Partials     1076     1066      -10     
Impacted Files Coverage Δ
source/lib/src/tabulate.cc 54.74% <100.00%> (-0.20%) ⬇️

... and 5 files with indirect coverage changes

☔ 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 450455f into deepmodeling:devel May 22, 2023
wanghan-iapcm pushed a commit that referenced this pull request Jul 15, 2023
This PR is similar to #2552. Usually, the input to tabulate OP is
sorted, but if `exclude_types` is given, the input will not be sorted
anymore.

---------

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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

A large error induced by compression for se_e3 descriptor
3 participants