From 84995b1d7451b09ec27661931a4a902788f6f405 Mon Sep 17 00:00:00 2001 From: Filippo Olivo Date: Wed, 12 Mar 2025 20:03:48 +0100 Subject: [PATCH] Update collector.py --- pina/collector.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pina/collector.py b/pina/collector.py index 2010c05..06c7f61 100644 --- a/pina/collector.py +++ b/pina/collector.py @@ -37,8 +37,10 @@ class Collector: @property def full(self): """ - Whether all conditions are ready to be passed to the collector. - + Whether all conditions are ready to be passed to the data module. + The collector is said to be full is all conditions have some entries + in data_collection dict. + :return: True if all conditions are ready. :rtype: bool """