15tariqj

Results 8 comments of 15tariqj

> Of course you can try update the other tests as long as you check the documentation (https://lets-unify.ai/ivy/deep_dive.html) and make sure the change does not cause new errors. I've added...

> Ok then, maybe you can revert your extra changes and just make sure the atan2 function work without problem so we can merge this pull request for now. If...

> By the way, there is a big change to how we deal with unsupported datatype when implementing frontend functions, please have a look: https://lets-unify.ai/ivy/deep_dive/6_data_types.html#unsupported-data-types Added the unsupported datatype to...

> Sorry, but it seems like the doc on the website is not up to date yet, here is the update of the doc I was talking about [95c7427](https://github.com/unifyai/ivy/commit/95c7427f30406addec1e1aff9342365025e4808b) No...

> https://lets-unify.ai/ivy/deep_dive/6_data_types.html#unsupported-data-types No worries! I believe so, as according to the [docs](https://www.tensorflow.org/api_docs/python/tf/math/atan2), only the following dtypes are supported: bfloat16, half, float32 and float64 However, as per the documentation, it probably...

> I found these error: ivy_tests/test_ivy/test_frontends/test_tensorflow/test_raw_ops.py:353:17: F821 undefined name 'ivy_np' ivy_tests/test_ivy/test_frontends/test_tensorflow/test_raw_ops.py:353:61: F821 undefined name 'ivy_tf' That's odd, both are imported at the top of the file: `import ivy.functional.backends.numpy as ivy_np...

Currently facing this problem also after updating the package :/