From d07cc0f8f45ec5c7ed247e5e85dc6bd0bc6c1221 Mon Sep 17 00:00:00 2001 From: "Jason.Yu" Date: Mon, 16 May 2022 13:36:23 +0200 Subject: [PATCH] ConfigureQeAppWorkChainStep has no input_structure (#212) There is no such attribute `input_structure` of class `ConfigureQeAppWorkChainStep`. Remove it from `reset` method. Probably a leftover code. --- aiidalab_qe/steps.py | 1 - 1 file changed, 1 deletion(-) diff --git a/aiidalab_qe/steps.py b/aiidalab_qe/steps.py index e873c948a..b5a227055 100644 --- a/aiidalab_qe/steps.py +++ b/aiidalab_qe/steps.py @@ -436,7 +436,6 @@ def _default_state(self): def reset(self): with self.hold_trait_notifications(): - self.input_structure = None self.set_input_parameters(DEFAULT_PARAMETERS)