Skip to content

Commit

Permalink
Remove MixedDataset
Browse files Browse the repository at this point in the history
Has been replaced by unified Dataset
  • Loading branch information
samtygier-stfc committed Nov 15, 2024
1 parent a61e728 commit 5562e44
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 65 deletions.
4 changes: 0 additions & 4 deletions mantidimaging/core/data/dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,10 +201,6 @@ def is_processed(self) -> bool:
return False


class MixedDataset(Dataset):
pass


class StrictDataset(Dataset):
pass

Expand Down
61 changes: 0 additions & 61 deletions mantidimaging/core/data/test/mixeddataset_test.py

This file was deleted.

0 comments on commit 5562e44

Please sign in to comment.