Testing your code
To run the test suite after installing Ocean4DVarNet :
- Install
dev
dependencies in the Ocean4DVarNet directory :pip install .[dev]
- And then run the Unit tests:
make test
It will run unit test will pytest
.
To run the test suite after installing Ocean4DVarNet :
dev
dependencies in the Ocean4DVarNet directory :
pip install .[dev]
make test
It will run unit test will pytest
.