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
aiidateam/aiida-core@9ebb8cc introduces a validator for the whole CalcJob namespace, which cross validates against inputs['code'], inputs['metadada.computer'] and inputs['metadada.resources'].
aiidateam/aiida-core@9ebb8cc introduces a validator for the whole
CalcJob
namespace, which cross validates againstinputs['code']
,inputs['metadada.computer']
andinputs['metadada.resources']
.This change breaks the current tests for
CryPropertiesWorkChain
, within which optional calculation inputs are exposed: https://github.com/chrisjsewell/aiida-crystal17/blob/1eab9635e81a29956b0113bc91e13d5a4ee4269d/aiida_crystal17/workflows/crystal_props/base.py#L123This issue is discussed in aiidateam/aiida-core#3449, aiidateam/aiida-core#3431, aiidateam/aiida-quantumespresso#418
The text was updated successfully, but these errors were encountered: