From 18eed3c3862c48a5dd49acb9a414b0e43c460220 Mon Sep 17 00:00:00 2001 From: Craig Warren Date: Mon, 13 May 2024 20:36:57 +0100 Subject: [PATCH] Revert explicit clearing of scenes list --- gprMax/contexts.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/gprMax/contexts.py b/gprMax/contexts.py index 1491658b..b841f0e6 100644 --- a/gprMax/contexts.py +++ b/gprMax/contexts.py @@ -63,9 +63,8 @@ class Context: elif config.sim_config.general["solver"] == "opencl": print_opencl_info(config.sim_config.devices["devs"]) - # Clear list of scenes and model configs, which can be retained when - # gprMax is called in a loop, and want to avoid this. - config.sim_config.scenes = [] + # Clear list of model configs, which can be retained when gprMax is + # called in a loop, and want to avoid this. config.model_configs = [] for i in self.model_range: