From 7cbe658303cfba8987a0bfdff223ed13c812cfda Mon Sep 17 00:00:00 2001 From: Dario Coscia Date: Mon, 17 Mar 2025 12:45:16 +0100 Subject: [PATCH] format code --- pina/data/data_module.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pina/data/data_module.py b/pina/data/data_module.py index 9ef419f..127694d 100644 --- a/pina/data/data_module.py +++ b/pina/data/data_module.py @@ -81,7 +81,7 @@ class Collator: :param dict max_conditions_lengths: ``dict`` containing the maximum number of data points to consider in a single batch for each condition. - :param bool automatic_batching: Whether to enable automatic batching. + :param bool automatic_batching: Whether to enable automatic batching. If ``True``, automatic PyTorch batching is performed, which consists of extracting one element at a time from the dataset and collating them into a batch. This is useful