Skip to content

Commit

Permalink
A new enum for a new splitting task. (#270)
Browse files Browse the repository at this point in the history
### Description
Adding a new enum type for a splitting task which I had missed
communicating earlier.

I am putting the relevant things in microsplit-reproducibility repo
after a brief chat with @veegalinova.

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Joran Deschamps <[email protected]>
  • Loading branch information
3 people authored Nov 19, 2024
1 parent b29fc6c commit 6703079
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/careamics/lvae_training/dataset/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ class DataType(Enum):
OptiMEM100_014 = 10
SeparateTiffData = 11
BioSR_MRC = 12
PunctaRemoval = 13 # for the case when we have a set of differently sized crops for each channel.


class DataSplitType(Enum):
Expand Down

0 comments on commit 6703079

Please sign in to comment.