Mohamad H. Danesh
Mohamad H. Danesh
Hey @AbhishekJha22 , sorry for late reply. For the `pow()` function, we're getting the same error when we run the following code meaning the frontend and backend seem to be...
If errors are not coming from the files you changed, then you shouldn't be worried about them. Just a quick question, why the `__rpow__` test is removed from the `test_tensorflow/test_tensor.py`?
I know. `rpow` test used to be in the `test_tensorflow/test_tensor.py` file (https://github.com/unifyai/ivy/blob/master/ivy_tests/test_ivy/test_frontends/test_tensorflow/test_tensor.py#L1010). It's now replaced with the `pow` test (https://github.com/unifyai/ivy/blob/55c792a04e59d2592ecf72dae91be85778a5d90f/ivy_tests/test_ivy/test_frontends/test_tensorflow/test_tensor.py#L1010).
Ah I see. Here's what happened. The PR working on `rpow` opened 15 days ago and merged into master. This PR opened 25 days ago. So there was no `rpow`...
Are you having the latest version of Ivy's test pipeline on your local machine?
Maybe taking a look at Ivy tests doc could help: https://lets-unify.ai/ivy/deep_dive/ivy_tests.html
I noticed that most of the `jax.numpy` namespace functions tests are failing with the code base. Could you update your PR to be based on this commit: https://github.com/unifyai/ivy/commit/697c634579c5b41552786a280060b6122fcbab91 or a...
Could you please fix the lint tests which failed relevant to your function and also check why `test-frontend-jax` test is failing? In addition, your commits still have conflicts with the...
Sorry for the late reply. Have you been able to run tests locally? Asking this because the `test_numpy_signbit` is failing. For example, at `miscellaneous.py:283`, I'm getting this: `ValueError: The truth...
For the docker issue, try to update docker image (and restart it just in case). Regarding the commit, there are 2 lint failures. Check the lint logs to see more...