Skip to content

Commit 8dff377

Browse files
committed
minValue -> minimum
1 parent 21b52b8 commit 8dff377

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

data-manager/im-virtual-screening.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,7 @@ jobs:
524524
top:
525525
title: Keep best n records
526526
type: integer
527-
minValue: 1
527+
minimum: 1
528528
tests:
529529
simple-sort:
530530
inputs:
@@ -634,7 +634,7 @@ jobs:
634634
top:
635635
title: Keep best n records
636636
type: integer
637-
minValue: 1
637+
minimum: 1
638638
tests:
639639
group-and-sort:
640640
inputs:
@@ -1922,7 +1922,7 @@ jobs:
19221922
title: Size of chunks to split
19231923
type: integer
19241924
default: 1000
1925-
minValue: 100
1925+
minimum: 100
19261926
tests:
19271927
simple-execution:
19281928
inputs:

0 commit comments

Comments
 (0)