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 KeyError in init_reaction #1352

Merged
merged 1 commit into from
Oct 11, 2023

Conversation

njzjz
Copy link
Member

@njzjz njzjz commented Oct 10, 2023

Fix #1351.

The old code seems to be wrong. Since the old dispatcher has been entirely removed, the code can be more simple.

Fix deepmodeling#1351.

The old code seems to be wrong. While the old dispatcher has been entirely removed, the code can be more simple.

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

codecov bot commented Oct 10, 2023

Codecov Report

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

Comparison is base (2d317ca) 48.61% compared to head (b07568a) 48.61%.

Additional details and impacted files
@@           Coverage Diff           @@
##            devel    #1352   +/-   ##
=======================================
  Coverage   48.61%   48.61%           
=======================================
  Files          83       83           
  Lines       14694    14694           
=======================================
  Hits         7144     7144           
  Misses       7550     7550           
Files Coverage Δ
dpgen/data/reaction.py 0.00% <0.00%> (ø)

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

@njzjz njzjz requested a review from wanghan-iapcm October 10, 2023 05:18
@wanghan-iapcm wanghan-iapcm merged commit 329104d into deepmodeling:devel Oct 11, 2023
5 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.

error in init_reaction: Cannot read the bulid_resurceses parameter in machine.json
2 participants