[PyWrapper] Added hybrid PyTorch-SU2 coupling example by ayush4874 · Pull Request #71 · su2code/Tutorials
Hi @bigfooted,
I've successfully migrated the tutorial files here and opened the corresponding documentation PR in the website repo (su2code/su2code.github.io#189).
Regarding the regression test: I am ready to implement this, but I have a technical concern. This tutorial depends on torch, and I noticed that the current regression.yml in the main repo doesn't seem to include PyTorch in the environment.
Should I:
- Structure the test to be skipped if
torchis not found? - Or would you prefer to merge this as a "manual-only" tutorial for now to avoid modifying the CI environment?
I’m available to implement whichever path you prefer before the holiday break. Thanks!