Skip to content

Commit

Permalink
Merge pull request #48 from sturmianseq/fix
Browse files Browse the repository at this point in the history
Removing state pollution in `ds`
  • Loading branch information
raamana committed Aug 12, 2021
2 parents fbbf2ff + f781eb9 commit 7c40b22
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyradigm/tests/test_BaseDataset_common_behaviours.py
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,7 @@ def test_sanity_checks():

with raises(ConstantValuesException):
const_ds.save(out_file)
ds.del_samplet('all_constant')


def forall_dataset_types(func):
Expand Down

0 comments on commit 7c40b22

Please sign in to comment.