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

raise error instead of sys.exit #569

Merged
merged 2 commits into from
Apr 3, 2024

Conversation

njzjz
Copy link
Member

@njzjz njzjz commented Nov 2, 2023

sys.exit is a lousy implementation when one wants to catch the error.

njzjz and others added 2 commits November 2, 2023 16:56
`sys.exit` is not an exemplary implementation when one wants to catch the error.
Copy link

codecov bot commented Nov 2, 2023

Codecov Report

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

Comparison is base (4536aa6) 82.81% compared to head (61ba0b4) 82.83%.
Report is 2 commits behind head on devel.

Additional details and impacted files
@@            Coverage Diff             @@
##            devel     #569      +/-   ##
==========================================
+ Coverage   82.81%   82.83%   +0.02%     
==========================================
  Files          73       74       +1     
  Lines        6580     6590      +10     
==========================================
+ Hits         5449     5459      +10     
  Misses       1131     1131              
Files Coverage Δ
dpdata/qe/scf.py 94.16% <0.00%> (-0.05%) ⬇️

... and 2 files with indirect coverage changes

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

@njzjz
Copy link
Member Author

njzjz commented Apr 2, 2024

ping @wanghan-iapcm

@wanghan-iapcm wanghan-iapcm merged commit 8d37fbc into deepmodeling:devel Apr 3, 2024
8 of 9 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