Skip to content

Commit

Permalink
increase terra json count with viscnvs
Browse files Browse the repository at this point in the history
  • Loading branch information
epiercehoffman committed Oct 29, 2024
1 parent e49c643 commit f408d6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/test/terra_validation.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def main():
parser.add_argument("-j", "--womtool-jar", help="Path to womtool jar", required=True)
parser.add_argument("-n", "--num-input-jsons",
help="Number of Terra input JSONs expected",
required=False, default=25, type=int)
required=False, default=26, type=int)
parser.add_argument("--log-level",
help="Specify level of logging information, ie. info, warning, error (not case-sensitive)",
required=False, default="INFO")
Expand Down

0 comments on commit f408d6d

Please sign in to comment.