Cambridge-ICCS / FTorch

A library for directly calling PyTorch ML models from Fortran.
https://cambridge-iccs.github.io/FTorch/
MIT License
70 stars 15 forks source link

Integration Tests #115

Closed jatkinson1000 closed 4 months ago

jatkinson1000 commented 5 months ago

For JOSS submission we require some form of testing.

A simple start would be integration tests.

I propose we adapt the SimpleNet example as follows:

Longer term we can then work on PFUnit testing as per #76