Skip to content

Commit

Permalink
correct name of the class
Browse files Browse the repository at this point in the history
  • Loading branch information
njzjz committed Feb 15, 2022
1 parent fc7229f commit c7ccc08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/tests/test_neighbor_stat.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def gen_sys(nframes):
return data


class TestEnerShift(unittest.TestCase):
class TestNeighborStat(unittest.TestCase):
def setUp(self):
data0 = gen_sys(1)
sys0 = dpdata.LabeledSystem()
Expand All @@ -30,7 +30,7 @@ def setUp(self):
def tearDown(self):
shutil.rmtree('system_0')

def test_ener_shift(self):
def test_neighbor_stat(self):
# set rcut to 0. will cause a core dumped
# TODO: check what is wrong
for rcut in (3., 6., 11.):
Expand Down

0 comments on commit c7ccc08

Please sign in to comment.