Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
otb
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Julien Cabieces
otb
Commits
99d20ace
Commit
99d20ace
authored
6 years ago
by
Antoine Regimbeau
Browse files
Options
Downloads
Plain Diff
Merge branch 'numpy_optional_test' into 'develop'
Test using numpy See merge request
orfeotoolbox/otb!409
parents
e0b877d1
dcfa0af1
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Modules/Wrappers/SWIG/test/python/CMakeLists.txt
+12
-7
12 additions, 7 deletions
Modules/Wrappers/SWIG/test/python/CMakeLists.txt
with
12 additions
and
7 deletions
Modules/Wrappers/SWIG/test/python/CMakeLists.txt
+
12
−
7
View file @
99d20ace
...
...
@@ -98,6 +98,8 @@ add_test( NAME pyTvBandMathInXML
set_tests_properties
(
pyTvBandMathInXML PROPERTIES DEPENDS pyTvBandMathOutXML
)
if
(
NUMPY_FOUND
)
add_test
(
NAME pyTvNumpyIO
COMMAND
${
TEST_DRIVER
}
Execute
${
PYTHON_EXECUTABLE
}
${
CMAKE_CURRENT_SOURCE_DIR
}
/PythonTestDriver.py
...
...
@@ -105,6 +107,16 @@ add_test( NAME pyTvNumpyIO
${
OTB_DATA_ROOT
}
/Input/ROI_QB_MUL_1_SVN_CLASS_MULTI.png
${
TEMP
}
/pyTvNumpyIO_SmoothingOut.png
)
add_test
(
NAME pyTvImageInterface
COMMAND
${
TEST_DRIVER
}
Execute
${
PYTHON_EXECUTABLE
}
${
CMAKE_CURRENT_SOURCE_DIR
}
/PythonTestDriver.py
PythonImageInterface
${
OTB_DATA_ROOT
}
/Input/QB_Toulouse_Ortho_XS.tif
)
endif
()
add_test
(
NAME pyTvNewStyleParameters
COMMAND
${
TEST_DRIVER
}
Execute
${
PYTHON_EXECUTABLE
}
${
CMAKE_CURRENT_SOURCE_DIR
}
/PythonTestDriver.py
...
...
@@ -138,10 +150,3 @@ add_test( NAME pyTvParametersDict
${
PYTHON_EXECUTABLE
}
${
CMAKE_CURRENT_SOURCE_DIR
}
/PythonTestDriver.py
PythonParametersDict
${
OTB_DATA_ROOT
}
/Input/poupees.tif
)
add_test
(
NAME pyTvImageInterface
COMMAND
${
TEST_DRIVER
}
Execute
${
PYTHON_EXECUTABLE
}
${
CMAKE_CURRENT_SOURCE_DIR
}
/PythonTestDriver.py
PythonImageInterface
${
OTB_DATA_ROOT
}
/Input/QB_Toulouse_Ortho_XS.tif
)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment