In tests/test_decompose_flow_vectors.py subprocess.call() is used to run other scripts. This is causing issues in the jenkins pipeline. In particular jenkins cannot find the netCDF4 module once it opens a subprocess. If we could find another way to test the scripts we can introduce them into the pipeline. Until then they will be excluded.
In
tests/test_decompose_flow_vectors.pysubprocess.call()is used to run other scripts. This is causing issues in the jenkins pipeline. In particular jenkins cannot find thenetCDF4module once it opens a subprocess. If we could find another way to test the scripts we can introduce them into the pipeline. Until then they will be excluded.