MCPcopy Create free account
hub / github.com/CompPhysVienna/n2p2 / test_not_equal

Method test_not_equal

test/python/test_Neighbor.py:92–93  ·  view source on GitHub ↗
(self, n1, n2)

Source from the content-addressed store, hash-verified

90
91class Test___eq__:
92 def test_not_equal(self, n1, n2):
93 assert (n1 == n2) is False, "Different neighbors are equal."
94 def test_element_different(self, n1, n2):
95 n1.d = n2.d
96 assert (n1 == n2) is False, "Different neighbors are equal."

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected