inductiva / wind-tunnel

Example of a virtual Wind Tunnel implementation with Inductiva API.
0 stars 2 forks source link

added task tests #33

Closed rcvalerio closed 1 month ago

rcvalerio commented 1 month ago

Added more tests which run inductiva simulations. These tests are not run when using pytest -m "not slow"

Also changed python-package.yml to run pytest -m "not slow"

closes #30 and #28