Skip to content

Commit

Permalink
Clip vaule test (#2070)
Browse files Browse the repository at this point in the history
  • Loading branch information
samtygier-stfc authored Feb 29, 2024
2 parents 5259f66 + c23b54e commit 2fb3070
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions scripts/operations_tests/test_cases.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"params": {
"mult_val": 3
},
"source_date": "flower512"
"source_data": "flower512"
}
]
},
Expand Down Expand Up @@ -220,7 +220,7 @@
}
]
},
"Ring Removal": {
"Ring Removal": {
"params": {"center_mode": "image center"},
"source_data": "flower128",
"cases": [
Expand All @@ -235,5 +235,20 @@
}
}
]
},
"Clip Values": {
"params": {},
"source_data": "flower128",
"cases": [
{
"test_name": "clip_values_0_to_50",
"params": {
"clip_min": 0,
"clip_max": 50,
"clip_min_new_value": 0,
"clip_max_new_value": 50
}
}
]
}
}

0 comments on commit 2fb3070

Please sign in to comment.