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

pt: process frames in parallel for env mat stat #3293

Merged
merged 2 commits into from
Feb 19, 2024

Conversation

njzjz
Copy link
Member

@njzjz njzjz commented Feb 18, 2024

Resolves #3285 (comment).

We don't even need to consider whether the data uses mixed type in this piece of code. The data can be reshaped to the atom level, and type masks can be used to get an environmental matrix with certain types. No frame-level things are involved here.

Copy link

codecov bot commented Feb 18, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (6451cdb) 74.93% compared to head (52fbe03) 74.92%.

Additional details and impacted files
@@            Coverage Diff             @@
##            devel    #3293      +/-   ##
==========================================
- Coverage   74.93%   74.92%   -0.01%     
==========================================
  Files         391      391              
  Lines       33661    33650      -11     
  Branches     1604     1604              
==========================================
- Hits        25224    25213      -11     
  Misses       7576     7576              
  Partials      861      861              

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

@wanghan-iapcm wanghan-iapcm added this pull request to the merge queue Feb 19, 2024
Merged via the queue into deepmodeling:devel with commit ab35468 Feb 19, 2024
48 checks passed
@njzjz njzjz mentioned this pull request Apr 2, 2024
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.

3 participants