diff options
Diffstat (limited to 'fg21sim/foregrounds.py')
-rw-r--r-- | fg21sim/foregrounds.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fg21sim/foregrounds.py b/fg21sim/foregrounds.py index a64f21c..d74dfaf 100644 --- a/fg21sim/foregrounds.py +++ b/fg21sim/foregrounds.py @@ -80,7 +80,7 @@ class Foregrounds: # Initialize the products manifest logger.info("Initialize the products manifest ...") manifestfile = self.configs.get_path("output/manifest") - self.products = Products(manifestfile) + self.products = Products(manifestfile, load=False) # Initialize enabled components self.components = OrderedDict() for comp in self.components_id: |