Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
BornAgain
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
Service Desk
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mlz
BornAgain
Commits
4af6571f
Commit
4af6571f
authored
4 years ago
by
Wuttke, Joachim
Browse files
Options
Downloads
Patches
Plain Diff
cmake: rm "
parent
f826d6ea
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Tests/Functional/Python/PyPersistence/CMakeLists.txt
+47
-47
47 additions, 47 deletions
Tests/Functional/Python/PyPersistence/CMakeLists.txt
with
47 additions
and
47 deletions
Tests/Functional/Python/PyPersistence/CMakeLists.txt
+
47
−
47
View file @
4af6571f
...
...
@@ -24,50 +24,50 @@ function(test_example example tolerance)
add_test
(
${
test_name
}
${
Python3_EXECUTABLE
}
-B
${
example_mod
}
)
endfunction
()
test_example
(
"
sim01_Particles/CylindersAndPrisms
"
2e-10
)
test_example
(
"
sim01_Particles/CylindersInBA
"
2e-10
)
test_example
(
"
sim01_Particles/CylindersInDWBA
"
2e-10
)
test_example
(
"
sim01_Particles/CylindersWithSizeDistribution
"
2e-10
)
test_example
(
"
sim01_Particles/RotatedPyramids
"
2e-10
)
test_example
(
"
sim01_Particles/TwoTypesOfCylindersWithSizeDistribution
"
2e-10
)
test_example
(
"
sim02_Complexes/CoreShellNanoparticles
"
2e-10
)
test_example
(
"
sim02_Complexes/CustomFormFactor
"
2e-10
)
test_example
(
"
sim02_Complexes/HexagonalLatticesWithBasis
"
2e-10
)
test_example
(
"
sim03_Structures/ApproximationDA
"
2e-10
)
test_example
(
"
sim03_Structures/ApproximationLMA
"
2e-10
)
test_example
(
"
sim03_Structures/ApproximationSSCA
"
2e-10
)
test_example
(
"
sim03_Structures/CosineRipplesAtRectLattice
"
2e-10
)
test_example
(
"
sim03_Structures/Interference1DLattice
"
1.5
)
test_example
(
"
sim03_Structures/Interference1DRadialParaCrystal
"
2e-10
)
test_example
(
"
sim03_Structures/Interference2DCenteredSquareLattice
"
2e-10
)
test_example
(
"
sim03_Structures/Interference2DParaCrystal
"
2e-10
)
test_example
(
"
sim03_Structures/Interference2DRotatedSquareLattice
"
2e-10
)
test_example
(
"
sim03_Structures/Interference2DSquareLattice
"
2e-10
)
test_example
(
"
sim03_Structures/Interference2DLatticeSumOfRotated
"
2e-10
)
test_example
(
"
sim03_Structures/RectangularGrating
"
0.5
)
test_example
(
"
sim03_Structures/SpheresAtHexLattice
"
2e-10
)
test_example
(
"
sim03_Structures/TriangularRipple
"
2e-10
)
test_example
(
"
sim04_Multilayers/BuriedParticles
"
2e-10
)
test_example
(
"
sim04_Multilayers/CorrelatedRoughness
"
2e-10
)
test_example
(
"
sim04_Multilayers/CylindersInAverageLayer
"
2e-10
)
test_example
(
"
sim04_Multilayers/HalfSpheresInAverageTopLayer
"
2e-10
)
test_example
(
"
sim05_Magnetism/MagneticSpheres
"
2e-10
)
test_example
(
"
sim11_Device/BeamDivergence
"
2e-10
)
test_example
(
"
sim11_Device/DetectorResolutionFunction
"
2e-10
)
test_example
(
"
sim11_Device/OffSpecularSimulation
"
2e-10
)
test_example
(
"
sim11_Device/ConstantBackground
"
2e-10
)
test_example
(
"
sim21_Reflectometry/BasicSpecularSimulation
"
2e-10
)
test_example
(
"
sim21_Reflectometry/BeamAngularDivergence
"
2e-10
)
test_example
(
"
sim21_Reflectometry/BeamFullDivergence
"
2e-10
)
test_example
(
"
sim21_Reflectometry/TimeOfFlightReflectometry
"
2e-10
)
test_example
(
"
sim21_Reflectometry/TOFRWithResolution
"
2e-10
)
test_example
(
"
sim29_DepthProbe/DepthProbe
"
2e-10
)
test_example
(
"
sim31_Parameterization/SimulationParameters
"
2e-10
)
test_example
(
sim01_Particles/CylindersAndPrisms 2e-10
)
test_example
(
sim01_Particles/CylindersInBA 2e-10
)
test_example
(
sim01_Particles/CylindersInDWBA 2e-10
)
test_example
(
sim01_Particles/CylindersWithSizeDistribution 2e-10
)
test_example
(
sim01_Particles/RotatedPyramids 2e-10
)
test_example
(
sim01_Particles/TwoTypesOfCylindersWithSizeDistribution 2e-10
)
test_example
(
sim02_Complexes/CoreShellNanoparticles 2e-10
)
test_example
(
sim02_Complexes/CustomFormFactor 2e-10
)
test_example
(
sim02_Complexes/HexagonalLatticesWithBasis 2e-10
)
test_example
(
sim03_Structures/ApproximationDA 2e-10
)
test_example
(
sim03_Structures/ApproximationLMA 2e-10
)
test_example
(
sim03_Structures/ApproximationSSCA 2e-10
)
test_example
(
sim03_Structures/CosineRipplesAtRectLattice 2e-10
)
test_example
(
sim03_Structures/Interference1DLattice 1.5
)
test_example
(
sim03_Structures/Interference1DRadialParaCrystal 2e-10
)
test_example
(
sim03_Structures/Interference2DCenteredSquareLattice 2e-10
)
test_example
(
sim03_Structures/Interference2DParaCrystal 2e-10
)
test_example
(
sim03_Structures/Interference2DRotatedSquareLattice 2e-10
)
test_example
(
sim03_Structures/Interference2DSquareLattice 2e-10
)
test_example
(
sim03_Structures/Interference2DLatticeSumOfRotated 2e-10
)
test_example
(
sim03_Structures/RectangularGrating 0.5
)
test_example
(
sim03_Structures/SpheresAtHexLattice 2e-10
)
test_example
(
sim03_Structures/TriangularRipple 2e-10
)
test_example
(
sim04_Multilayers/BuriedParticles 2e-10
)
test_example
(
sim04_Multilayers/CorrelatedRoughness 2e-10
)
test_example
(
sim04_Multilayers/CylindersInAverageLayer 2e-10
)
test_example
(
sim04_Multilayers/HalfSpheresInAverageTopLayer 2e-10
)
test_example
(
sim05_Magnetism/MagneticSpheres 2e-10
)
test_example
(
sim11_Device/BeamDivergence 2e-10
)
test_example
(
sim11_Device/DetectorResolutionFunction 2e-10
)
test_example
(
sim11_Device/OffSpecularSimulation 2e-10
)
test_example
(
sim11_Device/ConstantBackground 2e-10
)
test_example
(
sim21_Reflectometry/BasicSpecularSimulation 2e-10
)
test_example
(
sim21_Reflectometry/BeamAngularDivergence 2e-10
)
test_example
(
sim21_Reflectometry/BeamFullDivergence 2e-10
)
test_example
(
sim21_Reflectometry/TimeOfFlightReflectometry 2e-10
)
test_example
(
sim21_Reflectometry/TOFRWithResolution 2e-10
)
test_example
(
sim29_DepthProbe/DepthProbe 2e-10
)
test_example
(
sim31_Parameterization/SimulationParameters 2e-10
)
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