From 3804f0b96e827f7e6b7c4ae8a1dc223fa8317e76 Mon Sep 17 00:00:00 2001 From: Sasha Rahlin Date: Wed, 15 Nov 2023 10:56:49 +1300 Subject: [PATCH] bug fix --- xfaster/xfaster_exec.py | 1 + 1 file changed, 1 insertion(+) diff --git a/xfaster/xfaster_exec.py b/xfaster/xfaster_exec.py index a42d8b86..8be8dd1c 100644 --- a/xfaster/xfaster_exec.py +++ b/xfaster/xfaster_exec.py @@ -546,6 +546,7 @@ def xfaster_run( ) config_vars.update(common_opts, "XFaster Common") common_opts.pop("config") + common_opts.pop("dump_state") # initialize class X = xfc.XFaster(config, **common_opts)