We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 005a191 commit 33ce9b3Copy full SHA for 33ce9b3
tests/test_diffraction_objects.py
@@ -422,3 +422,5 @@ def test_copy_object():
422
)
423
copy_of_DO = do.copy()
424
assert do == copy_of_DO
425
+ assert id(do) != id(copy_of_DO)
426
+
0 commit comments