-
Notifications
You must be signed in to change notification settings - Fork 0
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
Grid density #1
base: devel
Are you sure you want to change the base?
Grid density #1
Conversation
Signed-off-by: zjgemi <liuxin_zijian@163.com>
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
Signed-off-by: zjgemi <liuxin_zijian@163.com>
@@ -0,0 +1,60 @@ | |||
import unittest | |||
import numpy as np |
Check notice
Code scanning / CodeQL
Unused import Note test
import unittest | ||
import numpy as np | ||
import os | ||
import shutil |
Check notice
Code scanning / CodeQL
Unused import Note test
import numpy as np | ||
import os | ||
import shutil | ||
from deepmd.env import GLOBAL_NP_FLOAT_PRECISION |
Check notice
Code scanning / CodeQL
Unused import Note test
Add UT for density calculation
@@ -0,0 +1,135 @@ | |||
# SPDX-License-Identifier: LGPL-3.0-or-later | |||
import numpy as np | |||
from typing import Tuple |
Check notice
Code scanning / CodeQL
Unused import Note
@@ -0,0 +1,135 @@ | |||
# SPDX-License-Identifier: LGPL-3.0-or-later | |||
import numpy as np | |||
from typing import Tuple |
Check notice
Code scanning / CodeQL
Unused import Note test
No description provided.