Skip to content

Commit 3d8166f

Browse files
Zazmuzniemela
authored andcommitted
updated from 'Int' to 'Floating-point number'
1 parent 3094c87 commit 3d8166f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/legacy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -319,8 +319,8 @@ Key | Type | Defa
319319
`grader_flags` | String | empty string | arguments passed to the grader for this test data group.
320320
`input_validator_flags` | String or map with the keys "name" and "flags" | empty string | arguments passed to the input validator for this test data group. If a string, then those are the arguments that will be passed to each input validator for this test data group. If a map, then this is the name of the input validator as well as the arguments to pass to that input validator for this test data group. Validators not present in the map are run without any arguments.
321321
`output_validator_flags` | String or map with the keys "name" and "flags" | empty string | arguments passed to the output validator for this test data group. If a string, this is the name of the output validator that will be used for this test data group. If a map, then this is the name as well as the arguments that will be passed to the output validator.
322-
`accept_score` | Int | 1 | Default score for accepted input files. May only be specified for scoring problems.
323-
`reject_score` | Int | 0 | Default score for rejected input files. May only be specified for scoring problems.
322+
`accept_score` | Floating-point number | 1 | Default score for accepted input files. May only be specified for scoring problems.
323+
`reject_score` | Floating-point number | 0 | Default score for rejected input files. May only be specified for scoring problems.
324324
`range` | Two space separated floating-point numbers | \-inf +inf | Two floating-point numbers A and B ("inf", "-inf", "+inf" are allowed for plus/minus infinity) specifying the range of possible scores. May only be specified for scoring problems.
325325

326326
## Included Code

0 commit comments

Comments
 (0)