-
Notifications
You must be signed in to change notification settings - Fork 526
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
add code comment for InputNlist struct #968
Conversation
Codecov Report
@@ Coverage Diff @@
## devel #968 +/- ##
===========================================
- Coverage 75.37% 64.28% -11.09%
===========================================
Files 85 5 -80
Lines 6801 14 -6787
===========================================
- Hits 5126 9 -5117
+ Misses 1675 5 -1670 Continue to review full report at Codecov.
|
I forgot to mention.. Use the doxygen style introduced here https://wiki.rdkcentral.com/plugins/servlet/mobile?contentId=20807878#content/view/20807878 |
@njzjz Any suggestion to solve this problem? |
OK |
deepmd-kit/.github/workflows/test_python.yml Lines 57 to 64 in ee0f6e6
Matplotlib has a update today. There should be a wrong cache of pypi index. However, GitHub provides no way to clean the cache. |
Finally, someone has the same cache issue: matplotlib/matplotlib#20834 - So I think the cache is on the network side. |
* add code comment for InputNlist struct * use doxygen style for comments * fix line changes
No description provided.