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 8ae4450 commit 30f0bf7Copy full SHA for 30f0bf7
run_quick_test.py
@@ -9,4 +9,4 @@
9
parser.add_argument("-j", "--jobs", type=int, default=1, help="Number of processes to use")
10
args = parser.parse_args()
11
12
-subprocess.run( ["./run_reg_test.py", "vtr_reg_basic", "-j", str(args.jobs)], check=True)
+subprocess.run(["./run_reg_test.py", "vtr_reg_basic", "-j", str(args.jobs)], check=True)
0 commit comments