forked from M-Labs/nac3
standalone: add missing test_ndarray_ceil() run
This commit is contained in:
parent
2cf64d8608
commit
8532bf5206
|
@ -1669,6 +1669,7 @@ def run() -> int32:
|
|||
|
||||
test_ndarray_round()
|
||||
test_ndarray_floor()
|
||||
test_ndarray_ceil()
|
||||
test_ndarray_min()
|
||||
test_ndarray_minimum()
|
||||
test_ndarray_minimum_broadcast()
|
||||
|
|
Loading…
Reference in New Issue