Skip to content

Commit

Permalink
The api change after bump the widget base (#333)
Browse files Browse the repository at this point in the history
  • Loading branch information
unkcpz authored Dec 12, 2022
1 parent 58463d3 commit a5bb3ae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions aiidalab_qe/steps.py
Original file line number Diff line number Diff line change
Expand Up @@ -487,15 +487,15 @@ def __init__(self, **kwargs):
self._submission_blocker_messages = ipw.HTML()

self.pw_code = ComputationalResourcesWidget(
description="pw.x:", input_plugin="quantumespresso.pw"
description="pw.x:", default_calc_job_plugin="quantumespresso.pw"
)
self.dos_code = ComputationalResourcesWidget(
description="dos.x:",
input_plugin="quantumespresso.dos",
default_calc_job_plugin="quantumespresso.dos",
)
self.projwfc_code = ComputationalResourcesWidget(
description="projwfc.x:",
input_plugin="quantumespresso.projwfc",
default_calc_job_plugin="quantumespresso.projwfc",
)

self.resources_config = ResourceSelectionWidget()
Expand Down

0 comments on commit a5bb3ae

Please sign in to comment.