From 2c6e53ca5ec9ac9466367abbae9b48e533e58dc9 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 5 Jul 2024 00:45:33 +0000 Subject: [PATCH 1/2] CompatHelper: bump compat for GeometricEquations to 0.18, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index d2e029355..dfbfb74a4 100644 --- a/Project.toml +++ b/Project.toml @@ -40,7 +40,7 @@ ChainRulesTestUtils = "1" Distances = "0.10" ForwardDiff = "0.10" GeometricBase = "0.10" -GeometricEquations = "0.16, 0.17" +GeometricEquations = "0.16, 0.17, 0.18" GeometricIntegrators = "0.13" GeometricSolutions = "0.3.24" HDF5 = "0.16, 0.17" From 761d54fd8a176bb5afbeaab764ab778419f215df Mon Sep 17 00:00:00 2001 From: benedict-96 Date: Thu, 28 Nov 2024 12:41:11 +0100 Subject: [PATCH 2/2] Removed test 'integrator/test_integrator.jl' that was introduced by Theo. We do not need this (relies on GI). --- test/runtests.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/runtests.jl b/test/runtests.jl index 34bd3536f..da0b90b52 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -58,7 +58,7 @@ using Documenter: doctest # @safetestset "TrainingSet " begin include("train!/test_trainingSet.jl") end # @safetestset "Training " begin include("train!/test_training.jl") end @safetestset "NeuralNetSolution " begin include("train!/test_neuralnet_solution.jl") end -@safetestset "Problem & Integrators " begin include("integrator/test_integrator.jl") end +# @safetestset "Problem & Integrators " begin include("integrator/test_integrator.jl") end @safetestset "Test data loader for q and p data " begin include("data_loader/batch_data_loader_qp_test.jl") end @safetestset "Test mnist_utils. " begin include("data_loader/mnist_utils.jl") end