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

+ comment on macro eps_direct_vs_python

parent eaf4c7a1
No related branches found
No related tags found
1 merge request!1316TestSuite: restore one Py test (ff w abs) (contributes to #441)
Pipeline #87264 passed
......@@ -38,6 +38,11 @@
#define DISTRIBUTION_TEST(test_fixture, name) TEST(test_fixture, name)
#endif
// The macro eps_direct_vs_python allows us to set different tolerances for
// - direct simulations (fully in C++),
// - simulations that are exported from C++ to Python, then executed as Python scripts.
// Python tests require larger tolerances because parameters are not written with
// full double precision to exported scripts.
#ifndef PYTHON_STD_TEST
#define eps_direct_vs_python(eps_direct, eps_python) eps_direct
#else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment