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: astar bugs #94

Merged
merged 62 commits into from
Dec 30, 2023
Merged

Fix: astar bugs #94

merged 62 commits into from
Dec 30, 2023

Conversation

heatingma
Copy link
Member

  1. fix bugs when use astar with cuda
  2. Resolve the error occurred when the number of nodes in graph1 inputted by astar is greater than the number of nodes in graph2

Copy link

codecov bot commented Dec 30, 2023

Codecov Report

Attention: 2 lines in your changes are missing coverage. Please review.

Comparison is base (c537694) 92.78% compared to head (2404be0) 92.74%.
Report is 2 commits behind head on main.

Files Patch % Lines
pygmtools/pytorch_backend.py 88.88% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #94      +/-   ##
==========================================
- Coverage   92.78%   92.74%   -0.05%     
==========================================
  Files          20       20              
  Lines        7667     7679      +12     
==========================================
+ Hits         7114     7122       +8     
- Misses        553      557       +4     

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

@rogerwwww rogerwwww merged commit fab69ab into Thinklab-SJTU:main Dec 30, 2023
7 checks passed
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.

2 participants