Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/jobs/test_env_vars.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ export MET_TEST_DIFF=/data/output/met_test_diff

export METPLUS_DIR=/metplus

export MET_TEST_RSCRIPT=/usr/bin/Rscript
export MET_TEST_MET_PYTHON_EXE=/usr/local/bin/python3

# Set OMP_NUM_THREADS as the number of processors available
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,9 +186,9 @@ jobs:
matrix:
include:
- jobid: 'job1'
tests: 'ascii2nc_indy pb2nc_indy tc_dland tc_pairs tc_stat plot_tc tc_rmw rmw_analysis tc_diag tc_gen'
tests: 'ascii2nc_indy pb2nc_indy tc_dland tc_pairs tc_stat tc_rmw rmw_analysis tc_diag tc_gen'
- jobid: 'job2'
tests: 'met_test_scripts mode_multivar mtd airnow gsi_tools netcdf modis series_analysis wwmca_regrid gen_vx_mask interp_shape grid_diag grib_tables lidar2nc shift_data_plane trmm2nc aeronet wwmca_plot ioda2nc gaussian'
tests: 'met_test_scripts mode_multivar mtd airnow gsi_tools netcdf modis series_analysis wwmca_regrid gen_vx_mask interp_shape grid_diag grib_tables lidar2nc shift_data_plane aeronet wwmca_plot ioda2nc gaussian'
fail-fast: false
steps:
- uses: actions/checkout@v6
Expand Down
1 change: 0 additions & 1 deletion docs/Contributors_Guide/testing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ Example::
Other environment variables required for some of the unit tests include:

* **MET_TEST_MET_PYTHON_EXE** - Path to Python executable to use for Python Embedding tests
* **MET_TEST_RSCRIPT** - Path to Rscript executable used to run R script tests

Run the tests
^^^^^^^^^^^^^
Expand Down
3 changes: 0 additions & 3 deletions internal/scripts/environment/development.docker
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ export LDFLAGS="${LDFLAGS} -Wl,-rpath,/usr/local/lib:/usr/lib64"
# Variables required to run MET
export MET_TEST_INPUT=${MET_PROJ_DIR}/MET_test_data/unit_test

# Define Rscript to use a version with the ncdf4 package 1.17 or later
export MET_TEST_RSCRIPT=/usr/bin/Rscript

# Set make arguments to build using multiple jobs
export MAKE_ARGS="-j 5"

Expand Down
3 changes: 0 additions & 3 deletions internal/scripts/environment/development.seneca
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,6 @@ export MET_TEST_INPUT=${MET_PROJ_DIR}/MET_test_data/unit_test
# Path to METplus, used for diff tests
export METPLUS_DIR=${MET_PROJ_DIR}/MET_regression/METplus-develop

# Define Rscript to use a version with the ncdf4 package 1.17 or later
export MET_TEST_RSCRIPT=/nrit/ral/R-4.4.0/bin/Rscript

# Define runtime Python version
export MET_TEST_MET_PYTHON_EXE=${MET_PYTHON_BIN_EXE}

Expand Down
3 changes: 0 additions & 3 deletions internal/scripts/environment/development.seneca_intel_oneapi
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,6 @@ export LDFLAGS="${LDFLAGS} -L${ADDTL_DIR} -L${ADDTL_DIR2} -L${ADDTL_DIR3} -L${AD
# Variables required to run MET
export MET_TEST_INPUT=${MET_PROJ_DIR}/MET_test_data/unit_test

# Define Rscript to use a version with the ncdf4 package 1.17 or later
export MET_TEST_RSCRIPT=/nrit/ral/R-4.4.0/bin/Rscript

# Define runtime Python version
export MET_TEST_MET_PYTHON_EXE=${MET_PYTHON_BIN_EXE}

Expand Down
45 changes: 0 additions & 45 deletions internal/test_unit/R_test/comp_diff.R

This file was deleted.

139 changes: 0 additions & 139 deletions internal/test_unit/R_test/comp_dir.R

This file was deleted.

56 changes: 0 additions & 56 deletions internal/test_unit/R_test/comp_nc.R

This file was deleted.

51 changes: 0 additions & 51 deletions internal/test_unit/R_test/comp_stat.R

This file was deleted.

Loading