Skip to content

Commit

Permalink
Merge branch 'constructor_tests_for_custom_arrays' of https://github.…
Browse files Browse the repository at this point in the history
…com/JuliaGNI/GeometricMachineLearning.jl into constructor_tests_for_custom_arrays
  • Loading branch information
benedict-96 committed Dec 20, 2023
2 parents 2aa6919 + 7eb3c36 commit 569df79
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,11 @@ using SafeTestsets

@safetestset "Check parameterlength " begin include("parameterlength/check_parameterlengths.jl") end
@safetestset "Arrays #1 " begin include("arrays/array_tests.jl") end
<<<<<<< HEAD
@safetestset "Sampling of arrays " begin include("arrays/random_generation_of_custom_arrays.jl") end
<<<<<<< HEAD
<<<<<<< HEAD
@safetestset "Addition tests for custom arrays " begin include("arrays/addition_tests_for_custom_arrays.jl") end
@safetestset "Scalar multiplication tests for custom arrays " begin include("arrays/scalar_multiplication_for_custom_arrays.jl") end
@safetestset "Matrix multiplication tests for custom arrays " begin include("arrays/matrix_multiplication_for_custom_arrays.jl") end
=======
@safetestset "Test constructors for custom arrays " begin include("arrays/constructor_tests_for_custom_arrays.jl") end
>>>>>>> 99e83e6 (Resolved conflict (forgot to resolve another one before).)
=======
@safetestset "Test constructors for custom arrays " begin include("arrays/constructor_tests_for_custom_arrays.jl") end
>>>>>>> 4e6f264 (Resolved merge conflict.)
=======
@safetestset "Test constructors for custom arrays " begin include("arrays/constructor_tests_for_custom_arrays.jl") end
>>>>>>> b05c66c (Removed the symplectic arrays.)
@safetestset "Manifolds (Grassmann): " begin include("manifolds/grassmann_manifold.jl") end
@safetestset "Gradient Layer " begin include("layers/gradient_layer_tests.jl") end
@safetestset "Test symplecticity of upscaling layer " begin include("layers/sympnet_layers_test.jl") end
Expand Down

0 comments on commit 569df79

Please sign in to comment.