forked from M-Labs/nac3
1
0
Fork 0

standalone: add missing test_ndarray_ceil() run

This commit is contained in:
lyken 2024-08-21 11:39:00 +08:00
parent 2cf64d8608
commit 8532bf5206
No known key found for this signature in database
GPG Key ID: 3BD5FC6AC8325DD8
1 changed files with 1 additions and 0 deletions

View File

@ -1669,6 +1669,7 @@ def run() -> int32:
test_ndarray_round() test_ndarray_round()
test_ndarray_floor() test_ndarray_floor()
test_ndarray_ceil()
test_ndarray_min() test_ndarray_min()
test_ndarray_minimum() test_ndarray_minimum()
test_ndarray_minimum_broadcast() test_ndarray_minimum_broadcast()