Testcase add test cases for test_tile.py and test_repeat.py#645
Testcase add test cases for test_tile.py and test_repeat.py#645XiaLuNV wants to merge 39 commits intonv-legate:branch-22.10from
Conversation
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
Run CI every 4 hours in addition to commit-triggered runs. Co-authored-by: Marcin Zalewski <mzalewski@nvidia.com>
…-legate#620) (nv-legate#637) This file was included unnecessarily, and led to build issues on distributed machines. In particular, including coll.h pulls in mpi.h, which is an unresolved header to NVCC. Signed-off-by: Rohan Yadav <rohany@alumni.cmu.edu> Co-authored-by: Rohan Yadav <rohany@alumni.cmu.edu>
Co-authored-by: Marcin Zalewski <mzalewski@nvidia.com>
| - gh-pages # deployment target branch (this workflow should not exist on that branch anyway) | ||
| schedule: | ||
| # * is a special character in YAML so you have to quote this string | ||
| - cron: '0 */6 * * *' |
There was a problem hiding this comment.
This change seems unrelated to adding test cases, is there a discussion somewhere regarding adding a timed schedule for CI to run?
There was a problem hiding this comment.
I give up this PR, and all related commits are in this PR: #657. In the new PR, this file has not been changed.
| def test_array_empty_repeats_invalid(repeats): | ||
| # numpy raises: | ||
| # ValueError: operands could not be broadcast together with shape (0,) (2,) | ||
| # while cunumeric is pass with the result [] |
There was a problem hiding this comment.
Add xfail test for discrepancy? (here and other places)
There was a problem hiding this comment.
I give up this PR, and all related commits are in this PR: #657. This function was fixed.
There was a problem hiding this comment.
Sure, in that case please close
|
@xialu00 sorry, I think this PR dropped off my radar. I've left a few comments |
|
Close this PR because all related commits are in PR #657. |
Also pet-peeve; rename all static-registration variables to align
Testcase add test cases for test_tile.py and test_repeat.py