Skip to content

Commit

Permalink
fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
ziw-liu committed Oct 31, 2024
1 parent 4bf1088 commit 3276950
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions viscy/data/combined.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class CombinedDataModule(LightningDataModule):
train_mode : CombineMode, optional
mode in training stage, by default CombineMode.MAX_SIZE_CYCLE
val_mode : CombineMode, optional
_description_, by default CombineMode.SEQUENTIAL
mode in validation stage, by default CombineMode.SEQUENTIAL
test_mode : CombineMode, optional
mode in testing stage, by default CombineMode.SEQUENTIAL
predict_mode : CombineMode, optional
Expand Down Expand Up @@ -86,8 +86,8 @@ class ConcatDataModule(LightningDataModule):
"""
Concatenate multiple data modules.
The concatenated data module will have the same batch size and number of workers
as the first data module. Each element will be sampled uniformly regardless of
The concatenated data module will have the same batch size and number of workers
as the first data module. Each element will be sampled uniformly regardless of
their original data module.
Parameters
Expand Down

0 comments on commit 3276950

Please sign in to comment.