We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fa1fbe commit 8a8381aCopy full SHA for 8a8381a
benchmarks/linear-elastic-plate-with-hole/validate_provenance.py
@@ -12,6 +12,12 @@ def parse_args():
12
required=True,
13
help="Path to the folder containing provenance data",
14
)
15
+ parser.add_argument(
16
+ "--provenance_filename",
17
+ type=str,
18
+ default="ro-crate-metadata.json",
19
+ help="File name for the provenance graph",
20
+ )
21
return parser.parse_args()
22
23
0 commit comments