Skip to content
Commits on Source (3)
insighttoolkit4 (4.13.2-dfsg1-1~exp5) experimental; urgency=medium
* d/p/itk4.12.0-resource_cprobe: rebase patch
* d/p/disable.. Disable Python template test
-- Gert Wollny <gewo@debian.org> Thu, 31 Oct 2019 13:02:43 +0100
insighttoolkit4 (4.13.2-dfsg1-1~exp4) experimental; urgency=medium
* d/docs: Update file name
......
Description: Disable template tests since they only check available templates
and whether they pass depends on the configuration.
Author: Gert Wollny <gewo@debian.org>
--- a/Wrapping/Generators/Python/Tests/CMakeLists.txt
+++ b/Wrapping/Generators/Python/Tests/CMakeLists.txt
@@ -29,7 +29,7 @@
if(ITK_WRAP_unsigned_char AND WRAP_2)
itk_python_add_test(NAME PythonTypemaps COMMAND typemaps.py)
- itk_python_add_test(NAME PythonTemplate COMMAND template.py)
+# itk_python_add_test(NAME PythonTemplate COMMAND template.py)
itk_python_add_test(NAME PythonModifiedTime COMMAND ModifiedTime.py)
......@@ -5,7 +5,7 @@ Description: Inline call to UpdateMinimumMaximumMeasuredValue
Author: Gert Wollny <gewo@debian.org>
--- a/Modules/Core/Common/include/itkResourceProbe.hxx
+++ b/Modules/Core/Common/include/itkResourceProbe.hxx
@@ -111,6 +111,22 @@
@@ -110,6 +110,22 @@
template< typename ValueType, typename MeanType >
void
ResourceProbe< ValueType, MeanType >
......@@ -28,7 +28,7 @@ Author: Gert Wollny <gewo@debian.org>
::Stop(void)
{
ValueType probevalue = this->GetInstantValue() - this->m_StartValue;
@@ -119,7 +135,16 @@
@@ -118,7 +134,16 @@
return;
}
......@@ -46,7 +46,7 @@ Author: Gert Wollny <gewo@debian.org>
this->m_TotalValue += probevalue;
this->m_ProbeValueList.push_back(probevalue);
this->m_NumberOfStops++;
@@ -478,23 +503,6 @@
@@ -482,23 +507,6 @@
}
......
......@@ -8,3 +8,4 @@ itk4.12.0-resource_cprobe.patch
disable-doxygen.patch
simplify-system-gtest.patch
fix-minc-includes.patch
disable_python_template_test