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 invalid escape sequence #2820

Merged
merged 1 commit into from Sep 18, 2023

Conversation

njzjz
Copy link
Member

@njzjz njzjz commented Sep 14, 2023

Fix the following warnings: DeprecationWarning: invalid escape sequence

Fix the following warnings: DeprecationWarning: invalid escape sequence
@codecov
Copy link

codecov bot commented Sep 14, 2023

Codecov Report

Patch coverage: 100.00% and project coverage change: -0.01% ⚠️

Comparison is base (7da9aaf) 75.52% compared to head (642a522) 75.51%.

Additional details and impacted files
@@            Coverage Diff             @@
##            devel    #2820      +/-   ##
==========================================
- Coverage   75.52%   75.51%   -0.01%     
==========================================
  Files         242      242              
  Lines       24162    24162              
  Branches     1533     1533              
==========================================
- Hits        18249    18247       -2     
  Misses       4997     4997              
- Partials      916      918       +2     
Files Changed Coverage Δ
deepmd/utils/argcheck.py 96.05% <100.00%> (ø)
deepmd/utils/convert.py 70.44% <100.00%> (ø)

... and 1 file with indirect coverage changes

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

@wanghan-iapcm wanghan-iapcm merged commit ce7532a into deepmodeling:devel Sep 18, 2023
36 checks passed
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.

None yet

3 participants