diff --git a/syncopy/tests/test_attach_dataset.py b/syncopy/tests/test_attach_dataset.py index 5d1657928..ee3a16ef7 100644 --- a/syncopy/tests/test_attach_dataset.py +++ b/syncopy/tests/test_attach_dataset.py @@ -73,6 +73,8 @@ def test_copy(self): assert isinstance(spkd2._dset_mean.file, h5py.File) assert np.array_equal(spkd2._dset_mean[()], extra_data) + assert spkd1._data.file != spkd2._data.file + def test_comparison_of_values(self): """ Test more details of equality.