Skip to content

Commit ddbd8ef

Browse files
committed
Add extra example info
1 parent 1d79c8b commit ddbd8ef

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

api/coeqwal-api/routes/tier_endpoints.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,8 @@ async def get_all_scenario_tiers(
229229
}
230230
```
231231
232-
`weighted_score` is 1.0-5.0 for all tiers (lower is better). Use for sorting/comparison.
232+
`weighted_score` is 1.0-5.0 for all tiers (lower is better). Used for sorting/comparison.
233+
`normalized_score` is 0.0-1.0 for all tiers (lower is better). Used for radar plot positioning.
233234
"""
234235
try:
235236
query = """

0 commit comments

Comments
 (0)