Commit a116f76
committed
cesium/oracle: passes() must not accept -inf PSNR
is_infinite() is true for both +inf and -inf; a -inf PSNR would wrongly
satisfy any minimum-PSNR gate. Only +inf (identical buffers, MSE=0) should
auto-pass. (CodeRabbit, oracle.rs passes().)
https://claude.ai/code/session_017GFLBnDy23AWBqvkbHHC411 parent 9f4b88e commit a116f76
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
295 | 295 | | |
296 | 296 | | |
297 | 297 | | |
298 | | - | |
| 298 | + | |
299 | 299 | | |
300 | 300 | | |
301 | 301 | | |
| |||
0 commit comments