Skip to content

Commit 9e37c44

Browse files
committed
remove stage in docstring from OnlineDataset
1 parent fe47bbf commit 9e37c44

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

bayesflow/datasets/online_dataset.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@ def __init__(
3535
Total number of batches in the dataset.
3636
adapter : Adapter or None
3737
Optional adapter to transform the simulated batch.
38-
stage : str, default="training"
39-
Current stage (e.g., "training", "validation", etc.) used by the adapter.
4038
augmentations : Callable or Mapping[str, Callable] or Sequence[Callable], optional
4139
A single augmentation function, dictionary of augmentation functions, or sequence of augmentation functions
4240
to apply to the batch.

0 commit comments

Comments
 (0)