You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
warnings.warn(f'`restart_mode` should be set to `from_scratch` for a `{calculation_type}` calculation.')
However, setting restart_mode to restart is a valid use case for interrupted nscf and bands runs (see #902 (comment)). So this validation should be removed.
The text was updated successfully, but these errors were encountered:
The
PwCalculation
input validation checks that fornscf
andbands
calculations therestart_mode
is not explicitly set torestart
:aiida-quantumespresso/src/aiida_quantumespresso/calculations/pw.py
Lines 160 to 171 in 5cae75f
However, setting
restart_mode
torestart
is a valid use case for interruptednscf
andbands
runs (see #902 (comment)). So this validation should be removed.The text was updated successfully, but these errors were encountered: