Skip to content

Commit

Permalink
Removed doctests. This is failing for v1.11 because rng has changed.
Browse files Browse the repository at this point in the history
  • Loading branch information
benedict-96 committed Jul 2, 2024
1 parent 544dfd9 commit 4b0d05f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using SafeTestsets, Test, GeometricMachineLearning
using Documenter: doctest

@testset "Doc tests " begin doctest(GeometricMachineLearning; manual = false) end
# @testset "Doc tests " begin doctest(GeometricMachineLearning; manual = false) end
# reduced order modeling tests
@safetestset "PSD tests " begin include("psd_architecture_tests.jl") end
@safetestset "SymplecticAutoencoder tests " begin include("symplectic_autoencoder_tests.jl") end
Expand Down

0 comments on commit 4b0d05f

Please sign in to comment.