Skip to content

Commit 8fcba71

Browse files
authored
Merge pull request #109 from EVERSE-ResearchSoftware/anenadic-capitalisation
Update name field to capitalise the first word
2 parents 0e03a6e + 54f02f0 commit 8fcba71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

indicators/functional_correctness.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"@context": "https://w3id.org/everse/rsqi#",
33
"@id": "https://w3id.org/everse/i/indicators/functional_correctness",
44
"@type": "SoftwareQualityIndicator",
5-
"name": "has a measure of functional correctness",
5+
"name": "Has a measure of functional correctness",
66
"abbreviation": "functional_correctness",
77
"description": "For analysis code specifically, is there a quantifiable measure of the functional correctness of the software output. This indicator focuses on computational/statistical correctness. For example, in an ML model software context, the indicator measures whether the repository reports metrics like Accuracy, F1-score, or ROC-AUC to prove the model performs as intended. However other performance metrics may also address the indicator. Evaluation metrics may be provided through documentation, tables or scripts available in the source code of the target tool.",
88
"source": {
@@ -33,4 +33,4 @@
3333
"@id": "https://w3id.org/everse/i/dimensions/functional_suitability"
3434
},
3535
"created": "03-12-2025"
36-
}
36+
}

0 commit comments

Comments
 (0)