CABLE-LSM / benchcab

Tool for evaluation of CABLE land surface model
https://benchcab.readthedocs.io/en/latest/
Apache License 2.0
2 stars 3 forks source link

Update usage of `set -ex` #179

Closed SeanBryan51 closed 11 months ago

SeanBryan51 commented 11 months ago

The PBS job script produces a lot of excessive output from the module purge and module load <module> commands. This can be fixed easily by enabling the set options after the module commands.

Replace xtrace mode -x with verbose mode -v as the job script is not complex.

Fixes #174

codecov[bot] commented 11 months ago

Codecov Report

Merging #179 (d1192c9) into main (b8a92f9) will not change coverage. Report is 1 commits behind head on main. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #179   +/-   ##
=======================================
  Coverage   86.74%   86.74%           
=======================================
  Files          27       27           
  Lines        1396     1396           
=======================================
  Hits         1211     1211           
  Misses        185      185           
Files Coverage Δ
benchcab/utils/pbs.py 100.00% <ø> (ø)
tests/test_pbs.py 100.00% <ø> (ø)