Skip to content

Commit 0ea6888

Browse files
committed
format code
1 parent b203353 commit 0ea6888

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pina/data/data_module.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def __init__(
8181
:param dict max_conditions_lengths: ``dict`` containing the maximum
8282
number of data points to consider in a single batch for
8383
each condition.
84-
:param bool automatic_batching: Whether to enable automatic batching.
84+
:param bool automatic_batching: Whether to enable automatic batching.
8585
If ``True``, automatic PyTorch batching
8686
is performed, which consists of extracting one element at a time
8787
from the dataset and collating them into a batch. This is useful

0 commit comments

Comments
 (0)