Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
yakutovicha committed Nov 19, 2024
1 parent 103a8ec commit b0bfb2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aiida_quantumespresso/calculations/pp.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def define(cls, spec):
spec.input('metadata.options.parser_name', valid_type=str, default='quantumespresso.pp')
spec.input('metadata.options.withmpi', valid_type=bool, default=True)
spec.input('metadata.options.keep_plot_file', valid_type=bool, required=False)
spec.input('metadata.options.keep_data_files', valid_type=bool, default=True)
spec.input('metadata.options.keep_data_files', valid_type=bool, default=False)
spec.input('metadata.options.parse_data_files', valid_type=bool, default=True)

spec.output('output_parameters', valid_type=orm.Dict)
Expand Down

0 comments on commit b0bfb2b

Please sign in to comment.