let dummy tests pass
This commit is contained in:
@ -17,6 +17,7 @@ class PythonNumpy(unittest.TestCase):
|
|||||||
|
|
||||||
def testExtractComputeGlobalScalar(self):
|
def testExtractComputeGlobalScalar(self):
|
||||||
# TODO
|
# TODO
|
||||||
|
pass
|
||||||
|
|
||||||
def testExtractComputeGlobalVector(self):
|
def testExtractComputeGlobalVector(self):
|
||||||
self.lmp.command("region box block 0 2 0 2 0 2")
|
self.lmp.command("region box block 0 2 0 2 0 2")
|
||||||
@ -34,6 +35,7 @@ class PythonNumpy(unittest.TestCase):
|
|||||||
|
|
||||||
def testExtractComputeGlobalArray(self):
|
def testExtractComputeGlobalArray(self):
|
||||||
# TODO
|
# TODO
|
||||||
|
pass
|
||||||
|
|
||||||
def testExtractComputePerAtomVector(self):
|
def testExtractComputePerAtomVector(self):
|
||||||
self.lmp.command("region box block 0 2 0 2 0 2")
|
self.lmp.command("region box block 0 2 0 2 0 2")
|
||||||
@ -50,15 +52,19 @@ class PythonNumpy(unittest.TestCase):
|
|||||||
|
|
||||||
def testExtractComputePerAtomArray(self):
|
def testExtractComputePerAtomArray(self):
|
||||||
# TODO
|
# TODO
|
||||||
|
pass
|
||||||
|
|
||||||
def testExtractComputeLocalScalar(self):
|
def testExtractComputeLocalScalar(self):
|
||||||
# TODO
|
# TODO
|
||||||
|
pass
|
||||||
|
|
||||||
def testExtractComputeLocalVector(self):
|
def testExtractComputeLocalVector(self):
|
||||||
# TODO
|
# TODO
|
||||||
|
pass
|
||||||
|
|
||||||
def testExtractComputeLocalArray(self):
|
def testExtractComputeLocalArray(self):
|
||||||
# TODO
|
# TODO
|
||||||
|
pass
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
unittest.main()
|
unittest.main()
|
||||||
|
|||||||
Reference in New Issue
Block a user