Skip to content

Commit 7fbff1c

Browse files
author
Alan Christie
committed
fix: Fix for decoder 2.5
1 parent 88715ff commit 7fbff1c

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
@@ -647,7 +647,7 @@ jobs:
647647
top:
648648
title: Keep best n records
649649
type: integer
650-
minValue: 1
650+
minimum: 1
651651
tests:
652652
simple-sort:
653653
inputs:
@@ -757,7 +757,7 @@ jobs:
757757
top:
758758
title: Keep best n records
759759
type: integer
760-
minValue: 1
760+
minimum: 1
761761
tests:
762762
group-and-sort:
763763
inputs:
@@ -2045,7 +2045,7 @@ jobs:
20452045
title: Size of chunks to split
20462046
type: integer
20472047
default: 1000
2048-
minValue: 100
2048+
minimum: 100
20492049
tests:
20502050
simple-execution:
20512051
inputs:

0 commit comments

Comments
 (0)