Skip to content

Commit

Permalink
ConfigureQeAppWorkChainStep has no input_structure (#212)
Browse files Browse the repository at this point in the history
There is no such attribute `input_structure` of class `ConfigureQeAppWorkChainStep`. 
Remove it from `reset` method. Probably a leftover code.
  • Loading branch information
unkcpz authored May 16, 2022
1 parent f2afe24 commit d07cc0f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion aiidalab_qe/steps.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down

0 comments on commit d07cc0f

Please sign in to comment.