Sam Armstrong

Results 41 comments of Sam Armstrong

Close https://github.com/unifyai/ivy/issues/17447

@AnnaTz are we good to merge this now?

Close https://github.com/unifyai/ivy/issues/16654

@ayushi2626 I mean .idea/ivy.iml, .idea/misc.xml, etc. Look at https://github.com/unifyai/ivy/pull/16735/files. You can see the files you changed there.

@ayushi2626 You don't need to make a new pull request, just keep adding the changes here like you're doing and I'll be able to see them 🙂. I'll review this...

@ayushi2626 it just says you have removed one line of whitespace at the end of the file. Have you tried adding that line back in?

@ayushi2626 I've removed a couple of unnecessary changes that you made, but unfortunately I can't remove your change to .github/workflows/test-ivy-nn.yml, as I don't have the permissions for it. But you...

@ayushi2626 I'd recommend running the tests with this command to get a clearer view of the stack trace: pytest -p no:warnings --tb=short ivy_tests/test_ivy/test_functional/test_nn/test_losses.py::test_mse_loss From this I can immediately see one...

@ayushi2626 are you getting this for all the test cases, or just for one of the backend frameworks?

@ayushi2626 I think you can debug and fix the tests for the other backends then right? Ignore the numpy backend for now if you're getting KeyError