aiida-common-workflows
aiida-common-workflows copied to clipboard
EoS workchain requires to know signature of `get_builder` and it is not tested
The EoS workchain calls internally the get_builder
of the inputs generator. Therefore it needs to know its signature. If we change the signature of get_builder
, the Eos workchain must be modified accordingly. A test is needed to check this.