Home
last modified time | relevance | path

Searched refs:object_neq (Results 1 – 3 of 3) sorted by relevance

/dports/science/qmcpack/qmcpack-3.11.0/nexus/tests/unit/
H A Dtest_testing.py6 from testing import value_neq,object_neq
240 from testing import object_diff,object_eq,object_neq
242 assert(id(object_diff)==id(object_neq))
257 assert(not object_neq(o1,o2,bypass=True))
262 assert(object_neq(o1,o2,bypass=True))
H A Dtest_generic.py5 from testing import value_eq,object_eq,object_neq
270 assert(object_neq(o,o2))
730 assert(object_neq(o,oref))
764 assert(object_neq(o,oref))
/dports/science/qmcpack/qmcpack-3.11.0/nexus/lib/
H A Dtesting.py262 object_neq = object_diff variable
264 return not object_neq(*args,**kwargs)