From b23c0f186aaa8802a6f6420b972e2b2908712973 Mon Sep 17 00:00:00 2001 From: FilippoOlivo Date: Wed, 12 Mar 2025 23:24:51 +0100 Subject: [PATCH] Black formatting --- pina/collector.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pina/collector.py b/pina/collector.py index 152c0a0..c7a60be 100644 --- a/pina/collector.py +++ b/pina/collector.py @@ -60,7 +60,7 @@ class Collector: @property def data_collections(self): """ - Return the data collections (dictionary where data is stored). + Return the data collections (dictionary where data is stored). :return: The data collections where the data is stored. :rtype: dict @@ -116,7 +116,7 @@ class Collector: def store_sample_domains(self): """ Store inside data collections the sampled data of the problem. These - comes from the conditions that require sampling (e.g. + comes from the conditions that require sampling (e.g. DomainEquationCondition). """