Skip to content

Commit ec4bbe2

Browse files
Simplify populating pseudos from previous state
1 parent 3ee1754 commit ec4bbe2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/aiidalab_qe/app/configuration/advanced

src/aiidalab_qe/app/configuration/advanced/model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ def set_model_state(self, state: dict):
219219
pseudos.family = pseudo_family_string
220220
else:
221221
# Otherwise, we assume a custom pseudo upload (warning enabled).
222-
# Everything is set to None except the functionals, which we extract from the pseudos.
222+
# Everything is set to None except the functional, which we extract from the pseudos.
223223
pseudos.show_upload_warning = True
224224
functionals = []
225225
try:

0 commit comments

Comments
 (0)