CABLE-LSM / benchcab

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

Specify absolute path to benchcab executable #117

Closed SeanBryan51 closed 1 year ago

SeanBryan51 commented 1 year ago

This change specifies the absolute path to the benchcab executable in the job script so that we don't run into path issues when running using a 'locally installed' version of benchcab. This will be helpful making code changes and testing them on NCI.

Fixes #95

codecov[bot] commented 1 year ago

Codecov Report

Merging #117 (b5c1956) into master (677d761) will increase coverage by 0.07%. Report is 1 commits behind head on master. The diff coverage is 90.90%.

@@            Coverage Diff             @@
##           master     #117      +/-   ##
==========================================
+ Coverage   88.48%   88.55%   +0.07%     
==========================================
  Files          26       26              
  Lines        1372     1381       +9     
==========================================
+ Hits         1214     1223       +9     
  Misses        158      158              
Files Changed Coverage Δ
benchcab/utils/pbs.py 100.00% <ø> (ø)
tests/test_pbs.py 100.00% <ø> (ø)
benchcab/benchcab.py 37.17% <80.00%> (+1.65%) :arrow_up:
tests/test_benchcab.py 100.00% <100.00%> (ø)