Skip to content

Commit

Permalink
Remove reproducer, seek more info from print statements
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertPincus committed Jan 4, 2024
1 parent c6524e8 commit a098393
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 62 deletions.
3 changes: 2 additions & 1 deletion tests/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ ADDITIONS += mo_solar_variability.o
#
# Targets
#
all: check_variants check_equivalence test_zenith_angle_spherical_correction rte_unit_tests optical_prop_unit_tests crash_reproducer
all: check_variants check_equivalence test_zenith_angle_spherical_correction rte_unit_tests optical_prop_unit_tests

check_equivalence: $(ADDITIONS) $(LIB_DEPS) check_equivalence.o
check_equivalence.o: $(ADDITIONS) $(LIB_DEPS) check_equivalence.F90
Expand Down Expand Up @@ -76,6 +76,7 @@ optical_prop_unit_tests : $(LIB_DEPS) mo_testing_utils.o optical_prop_unit_test
.PHONY: tests
tests:
cp ${RRTMGP_DATA}/examples/rfmip-clear-sky/inputs/multiple_input4MIPs_radiation_RFMIP_UColorado-RFMIP-1-2_none.nc ./test_atmospheres.nc
$(RUN_CMD) ./rte_unit_tests
$(RUN_CMD) bash all_tests.sh


Expand Down
1 change: 0 additions & 1 deletion tests/all_tests.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
set -e
./crash_reproducer
./optical_prop_unit_tests
./rte_unit_tests
./check_equivalence test_atmospheres.nc ${RRTMGP_DATA}/rrtmgp-gas-lw-g128.nc
Expand Down
60 changes: 0 additions & 60 deletions tests/crash_reproducer.F90

This file was deleted.

0 comments on commit a098393

Please sign in to comment.