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: pt: energy model forward lower is not tested and has bugs. #3235

Merged
merged 1 commit into from
Feb 6, 2024

Conversation

wanghan-iapcm
Copy link
Collaborator

No description provided.

@wanghan-iapcm wanghan-iapcm changed the title fix: pt: energy model forward lower is not tested and has bugs. add ut fix: pt: energy model forward lower is not tested and has bugs. Feb 5, 2024
@github-actions github-actions bot added the Python label Feb 5, 2024
TestCaseSingleFrameWithoutNlist.setUp(self)

def test_self_consistency(self):
nf, nloc = self.atype.shape

Check notice

Code scanning / CodeQL

Unused local variable Note test

Variable nf is not used.
TestCaseSingleFrameWithoutNlist.setUp(self)

def test_self_consistency(self):
nf, nloc = self.atype.shape

Check notice

Code scanning / CodeQL

Unused local variable Note test

Variable nloc is not used.
TestCaseSingleFrameWithNlist.setUp(self)

def test_self_consistency(self):
nf, nloc, nnei = self.nlist.shape

Check notice

Code scanning / CodeQL

Unused local variable Note test

Variable nf is not used.
TestCaseSingleFrameWithNlist.setUp(self)

def test_self_consistency(self):
nf, nloc, nnei = self.nlist.shape

Check notice

Code scanning / CodeQL

Unused local variable Note test

Variable nloc is not used.
TestCaseSingleFrameWithNlist.setUp(self)

def test_self_consistency(self):
nf, nloc, nnei = self.nlist.shape

Check notice

Code scanning / CodeQL

Unused local variable Note test

Variable nnei is not used.
)

def test_jit(self):
nf, nloc, nnei = self.nlist.shape

Check notice

Code scanning / CodeQL

Unused local variable Note test

Variable nf is not used.
)

def test_jit(self):
nf, nloc, nnei = self.nlist.shape

Check notice

Code scanning / CodeQL

Unused local variable Note test

Variable nloc is not used.
)

def test_jit(self):
nf, nloc, nnei = self.nlist.shape

Check notice

Code scanning / CodeQL

Unused local variable Note test

Variable nnei is not used.
@wanghan-iapcm wanghan-iapcm merged commit 13a781f into deepmodeling:devel Feb 6, 2024
37 checks passed
@wanghan-iapcm wanghan-iapcm deleted the fix-ener-model branch February 6, 2024 01:25
@njzjz njzjz mentioned this pull request Apr 2, 2024
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.

3 participants