Skip to content
Snippets Groups Projects
Commit 4948b4b3 authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

mv fit2d from PyUnit to Examples/fit

parent 06251c63
No related branches found
No related tags found
1 merge request!901Modernize some fit examples; new make target "manualtest"; cleanup in ISimulation context
Pipeline #65341 failed
File moved
......@@ -195,5 +195,6 @@ run_example(varia/MaterialProfile)
run_example(varia/MaterialProfileWithParticles)
run_plotless(fit/algo/fit_rosenbrock)
run_plotless(fit/fit2d)
run_plotless(fit54_ExternalMinimizer/lmfit_basics)
run_manually(fit54_ExternalMinimizer/lmfit_with_plotting)
......@@ -17,5 +17,5 @@ foreach(_test ${tests})
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/${_test} ${OUTPUT_DIR}/${_test} COPYONLY)
add_test(NAME PyUnit.${_test}
COMMAND ${CMAKE_COMMAND} -E env PYTHONPATH=${CMAKE_LIBRARY_OUTPUT_DIRECTORY}
${Python3_EXECUTABLE} ${OUTPUT_DIR}/${_test} sim_n=20)
${Python3_EXECUTABLE} ${OUTPUT_DIR}/${_test})
endforeach()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment