Skip to content

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

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

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

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

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

Variable nnei is not used.
)

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

Check notice

Code scanning / CodeQL

Unused local variable

Variable nf is not used.
)

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

Check notice

Code scanning / CodeQL

Unused local variable

Variable nloc is not used.
)

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

Check notice

Code scanning / CodeQL

Unused local variable

Variable nnei is not used.
@wanghan-iapcm wanghan-iapcm merged commit 13a781f into deepmodeling:devel Feb 6, 2024
@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