Skip to content

Clean TODOs and convert them into issues#3519

Merged
wanghan-iapcm merged 6 commits intodeepmodeling:develfrom
njzjz:test-todo-workflow
Mar 19, 2024
Merged

Clean TODOs and convert them into issues#3519
wanghan-iapcm merged 6 commits intodeepmodeling:develfrom
njzjz:test-todo-workflow

Conversation

@njzjz
Copy link
Copy Markdown
Member

@njzjz njzjz commented Mar 19, 2024

About 50+ issues will be created after this PR is merged.

njzjz added 5 commits March 18, 2024 19:27
Signed-off-by: Jinzhe Zeng <jinzhe.zeng@rutgers.edu>
Signed-off-by: Jinzhe Zeng <jinzhe.zeng@rutgers.edu>
Signed-off-by: Jinzhe Zeng <jinzhe.zeng@rutgers.edu>
@codecov
Copy link
Copy Markdown

codecov Bot commented Mar 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 77.47%. Comparing base (39cb4d1) to head (81cbe6d).
Report is 4 commits behind head on devel.

Additional details and impacted files
@@            Coverage Diff             @@
##            devel    #3519      +/-   ##
==========================================
- Coverage   77.48%   77.47%   -0.02%     
==========================================
  Files         432      432              
  Lines       37151    37164      +13     
  Branches     1620     1620              
==========================================
+ Hits        28786    28791       +5     
- Misses       7497     7505       +8     
  Partials      868      868              

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

descriptor_shape.AddDim(em_tensor.shape().dim_size(0));
descriptor_shape.AddDim(
em_tensor.shape().dim_size(1)); // TODO: be careful here;
descriptor_shape.AddDim(em_tensor.shape().dim_size(1)); // be careful here;

Check notice

Code scanning / CodeQL

Commented-out code

This comment appears to contain commented-out code.
TensorShape descriptor_shape;
descriptor_shape.AddDim(em_tensor.shape().dim_size(0));
descriptor_shape.AddDim(4); // TODO: be careful here;
descriptor_shape.AddDim(4); // be careful here;

Check notice

Code scanning / CodeQL

Commented-out code

This comment appears to contain commented-out code.
TensorShape descriptor_shape;
descriptor_shape.AddDim(em_tensor.shape().dim_size(0));
descriptor_shape.AddDim(4); // TODO: be careful here;
descriptor_shape.AddDim(4); // be careful here;

Check notice

Code scanning / CodeQL

Commented-out code

This comment appears to contain commented-out code.
@wanghan-iapcm wanghan-iapcm added this pull request to the merge queue Mar 19, 2024
Merged via the queue into deepmodeling:devel with commit 76371ce Mar 19, 2024
@njzjz njzjz mentioned this pull request Apr 2, 2024
@njzjz njzjz modified the milestone: v2.2.10 Apr 6, 2024
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.

3 participants