devenjarvis / sundew

Making Python testing easy, enjoyable, and effective ☀️
https://devenjarvis.github.io/sundew/
MIT License
10 stars 1 forks source link

Add a pytorch example #47

Open devenjarvis opened 1 year ago

devenjarvis commented 1 year ago

I think we should get away from completely contrived examples, and start building examples using popular Python libraries. This should benefit sundew twofold:

  1. We can test functionality against real-world coding examples and smooth out the things that don't work or are unnecessarily hard.
  2. It's built in documentation for users who are interested in using sundew in their code with these libraries.

I'll be making several of these issues for the most popular python libraries. I'm also open to suggestions for other libraries if anyone wants to open an issue!