Skip to content

Remove redundant copy of skalowmini-coef.tm

Jakob Maljaars requested to merge remove-redundant-copy-skalowmini into master

Avoid an attempt to copy the non-existen skalowmini-coef.tm file from /demo/comparison-oskar/skalowmini-coef.tm. This leads to a non-fatal error when running cmake, since this folder migrated to test_data directory and is now found via

add_custom_target(comparison-oskar-station-response
     COMMAND ${CMAKE_COMMAND} -E env
         EXTRA_PATH="${CMAKE_CURRENT_BINARY_DIR}:${CMAKE_SOURCE_DIR}/scripts/coeff_scripts:${CMAKE_SOURCE_DIR}/scripts/misc"
         DATA_DIR=${CMAKE_SOURCE_DIR}/test_data
     "${CMAKE_CURRENT_SOURCE_DIR}/compare_stationresponse.sh"
     DEPENDS make_station_response_image
)

Merge request reports