Skip to content

Commit

Permalink
NEW: ensure filename point of copied objects is correct *after* reatt…
Browse files Browse the repository at this point in the history
…aching dsets
  • Loading branch information
dfsp-spirit committed Aug 29, 2022
1 parent 7655ff5 commit 00a8437
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions syncopy/tests/test_attach_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 00a8437

Please sign in to comment.