NexGenAnalytics / MIT-MUQ

BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

tests failing on mac M1: just needs to fix tolerances #13

Closed fnrizzi closed 3 weeks ago

fnrizzi commented 3 months ago
 ./RunAllTests
[==========] Running 370 tests from 67 test suites.
[----------] Global test environment set-up.
[----------] 13 tests from DatasetTest
[ RUN      ] DatasetTest.Groups
[       OK ] DatasetTest.Groups (1 ms)
[ RUN      ] DatasetTest.DoubleSetGet
[       OK ] DatasetTest.DoubleSetGet (0 ms)
[ RUN      ] DatasetTest.CopyDataset
[       OK ] DatasetTest.CopyDataset (0 ms)
[ RUN      ] DatasetTest.CopyDatasetWithAttribute
[       OK ] DatasetTest.CopyDatasetWithAttribute (0 ms)
[ RUN      ] DatasetTest.CopyGroup
[       OK ] DatasetTest.CopyGroup (0 ms)
[ RUN      ] DatasetTest.AttributeSetGet
[       OK ] DatasetTest.AttributeSetGet (0 ms)
[ RUN      ] DatasetTest.BlockReadOps
[       OK ] DatasetTest.BlockReadOps (0 ms)
[ RUN      ] DatasetTest.BlockWriteOps
[       OK ] DatasetTest.BlockWriteOps (0 ms)
[ RUN      ] DatasetTest.IntSetGet
[       OK ] DatasetTest.IntSetGet (0 ms)
[ RUN      ] DatasetTest.CloseOpen
[       OK ] DatasetTest.CloseOpen (0 ms)
[ RUN      ] DatasetTest.GroupSizeFail
[       OK ] DatasetTest.GroupSizeFail (0 ms)
[ RUN      ] DatasetTest.CreateDataset
[       OK ] DatasetTest.CreateDataset (0 ms)
[ RUN      ] DatasetTest.FromH5File
[       OK ] DatasetTest.FromH5File (0 ms)
[----------] 13 tests from DatasetTest (9 ms total)

[----------] 1 test from Paths
[ RUN      ] Paths.GetParent
[       OK ] Paths.GetParent (0 ms)
[----------] 1 test from Paths (0 ms total)

[----------] 7 tests from HDF5FileTest
[ RUN      ] HDF5FileTest.ReadWrite
[       OK ] HDF5FileTest.ReadWrite (0 ms)
[ RUN      ] HDF5FileTest.ChildList
[       OK ] HDF5FileTest.ChildList (0 ms)
[ RUN      ] HDF5FileTest.MultiLevelGroup
[       OK ] HDF5FileTest.MultiLevelGroup (0 ms)
[ RUN      ] HDF5FileTest.Attributes
[       OK ] HDF5FileTest.Attributes (0 ms)
[ RUN      ] HDF5FileTest.WritePartial1
[       OK ] HDF5FileTest.WritePartial1 (0 ms)
[ RUN      ] HDF5FileTest.WritePartial2
[       OK ] HDF5FileTest.WritePartial2 (0 ms)
[ RUN      ] HDF5FileTest.MergeFiles
[       OK ] HDF5FileTest.MergeFiles (0 ms)
[----------] 7 tests from HDF5FileTest (2 ms total)

[----------] 17 tests from Utilities_MultiIndices
[ RUN      ] Utilities_MultiIndices.DefaultConstructor
[       OK ] Utilities_MultiIndices.DefaultConstructor (0 ms)
[ RUN      ] Utilities_MultiIndices.CreateVector
[       OK ] Utilities_MultiIndices.CreateVector (0 ms)
[ RUN      ] Utilities_MultiIndices.RowConstructor
[       OK ] Utilities_MultiIndices.RowConstructor (0 ms)
[ RUN      ] Utilities_MultiIndices.InitializerListConstructor
[       OK ] Utilities_MultiIndices.InitializerListConstructor (0 ms)
[ RUN      ] Utilities_MultiIndices.Comparison
[       OK ] Utilities_MultiIndices.Comparison (0 ms)
[ RUN      ] Utilities_MultiIndices.SetValue
[       OK ] Utilities_MultiIndices.SetValue (0 ms)
[ RUN      ] Utilities_MultiIndices.AdditionOperators
[       OK ] Utilities_MultiIndices.AdditionOperators (0 ms)
[ RUN      ] Utilities_MultiIndices.SubtractionOperators
[       OK ] Utilities_MultiIndices.SubtractionOperators (0 ms)
[ RUN      ] Utilities_MultiIndices.ValidNeighbor
[       OK ] Utilities_MultiIndices.ValidNeighbor (0 ms)
[ RUN      ] Utilities_MultiIndices.UndefinedNeighbor
[       OK ] Utilities_MultiIndices.UndefinedNeighbor (0 ms)
[ RUN      ] Utilities_MultiIndices.OutsideMaxOrder
[       OK ] Utilities_MultiIndices.OutsideMaxOrder (0 ms)
[ RUN      ] Utilities_MultiIndices.OutsideTotalOrder
[       OK ] Utilities_MultiIndices.OutsideTotalOrder (0 ms)
[ RUN      ] Utilities_MultiIndices.AddAdmissibleNeighbor
[       OK ] Utilities_MultiIndices.AddAdmissibleNeighbor (0 ms)
[ RUN      ] Utilities_MultiIndices.BackwardsNeighbors
[       OK ] Utilities_MultiIndices.BackwardsNeighbors (0 ms)
[ RUN      ] Utilities_MultiIndices.Expand
[       OK ] Utilities_MultiIndices.Expand (0 ms)
[ RUN      ] Utilities_MultiIndices.SaveLoadHDF5
[       OK ] Utilities_MultiIndices.SaveLoadHDF5 (1 ms)
[ RUN      ] Utilities_MultiIndices.CreateAnisotropic
0 0
1 0
2 0
3 0
0 1
1 1
[       OK ] Utilities_MultiIndices.CreateAnisotropic (0 ms)
[----------] 17 tests from Utilities_MultiIndices (1 ms total)

[----------] 7 tests from Utilities_MultiIndicies
[ RUN      ] Utilities_MultiIndicies.MaxLimiter
[       OK ] Utilities_MultiIndicies.MaxLimiter (0 ms)
[ RUN      ] Utilities_MultiIndicies.TotalLimiter
[       OK ] Utilities_MultiIndicies.TotalLimiter (0 ms)
[ RUN      ] Utilities_MultiIndicies.AndLimiter
[       OK ] Utilities_MultiIndicies.AndLimiter (0 ms)
[ RUN      ] Utilities_MultiIndicies.OrLimiter
[       OK ] Utilities_MultiIndicies.OrLimiter (0 ms)
[ RUN      ] Utilities_MultiIndicies.XorLimiter
[       OK ] Utilities_MultiIndicies.XorLimiter (0 ms)
[ RUN      ] Utilities_MultiIndicies.ValidDimensionLimiter
[       OK ] Utilities_MultiIndicies.ValidDimensionLimiter (0 ms)
[ RUN      ] Utilities_MultiIndicies.AnisotropicLimiter
[       OK ] Utilities_MultiIndicies.AnisotropicLimiter (0 ms)
[----------] 7 tests from Utilities_MultiIndicies (0 ms total)

[----------] 8 tests from UtilitiesRandomGenerator
[ RUN      ] UtilitiesRandomGenerator.UniformReal
[       OK ] UtilitiesRandomGenerator.UniformReal (0 ms)
[ RUN      ] UtilitiesRandomGenerator.Gaussian
[       OK ] UtilitiesRandomGenerator.Gaussian (1 ms)
[ RUN      ] UtilitiesRandomGenerator.UniformRealInt
[       OK ] UtilitiesRandomGenerator.UniformRealInt (0 ms)
[ RUN      ] UtilitiesRandomGenerator.SeedResetTest
[       OK ] UtilitiesRandomGenerator.SeedResetTest (0 ms)
[ RUN      ] UtilitiesRandomGenerator.SeedTempSet
[       OK ] UtilitiesRandomGenerator.SeedTempSet (0 ms)
[ RUN      ] UtilitiesRandomGenerator.Discrete
[       OK ] UtilitiesRandomGenerator.Discrete (0 ms)
[ RUN      ] UtilitiesRandomGenerator.Gamma
[       OK ] UtilitiesRandomGenerator.Gamma (0 ms)
[ RUN      ] UtilitiesRandomGenerator.StoreRng
[       OK ] UtilitiesRandomGenerator.StoreRng (0 ms)
[----------] 8 tests from UtilitiesRandomGenerator (3 ms total)

[----------] 2 tests from UtilitiesAnyHelpers
[ RUN      ] UtilitiesAnyHelpers.AnyCast
[       OK ] UtilitiesAnyHelpers.AnyCast (0 ms)
[ RUN      ] UtilitiesAnyHelpers.AnyConstCast
[       OK ] UtilitiesAnyHelpers.AnyConstCast (0 ms)
[----------] 2 tests from UtilitiesAnyHelpers (0 ms total)

[----------] 5 tests from Utilities
[ RUN      ] Utilities.StringStrip
[       OK ] Utilities.StringStrip (0 ms)
[ RUN      ] Utilities.StringSplit
[       OK ] Utilities.StringSplit (0 ms)
[ RUN      ] Utilities.StringCombine
[       OK ] Utilities.StringCombine (0 ms)
[ RUN      ] Utilities.VectorSlice_Eigen
[       OK ] Utilities.VectorSlice_Eigen (0 ms)
[ RUN      ] Utilities.VectorSlice_StdVec
[       OK ] Utilities.VectorSlice_StdVec (0 ms)
[----------] 5 tests from Utilities (0 ms total)

[----------] 1 test from CerealizeEigen
[ RUN      ] CerealizeEigen.RandomMatrix
[       OK ] CerealizeEigen.RandomMatrix (0 ms)
[----------] 1 test from CerealizeEigen (0 ms total)

[----------] 1 test from Cerealize
[ RUN      ] Cerealize.BoostAnyDouble
[       OK ] Cerealize.BoostAnyDouble (0 ms)
[----------] 1 test from Cerealize (0 ms total)

[----------] 22 tests from WorkPieceTests
[ RUN      ] WorkPieceTests.Unfixed
[       OK ] WorkPieceTests.Unfixed (0 ms)
[ RUN      ] WorkPieceTests.FixedInputNum
[       OK ] WorkPieceTests.FixedInputNum (0 ms)
[ RUN      ] WorkPieceTests.FixedOutputNum
[       OK ] WorkPieceTests.FixedOutputNum (0 ms)
[ RUN      ] WorkPieceTests.FixedInputOutputNum
[       OK ] WorkPieceTests.FixedInputOutputNum (0 ms)
[ RUN      ] WorkPieceTests.FixedInputTypes
[       OK ] WorkPieceTests.FixedInputTypes (0 ms)
[ RUN      ] WorkPieceTests.FixedOutputTypes
[       OK ] WorkPieceTests.FixedOutputTypes (0 ms)
[ RUN      ] WorkPieceTests.SomeFixedInputTypes
[       OK ] WorkPieceTests.SomeFixedInputTypes (0 ms)
[ RUN      ] WorkPieceTests.SomeFixedOutputTypes
[       OK ] WorkPieceTests.SomeFixedOutputTypes (0 ms)
[ RUN      ] WorkPieceTests.SomeFixedInputTypesFixedInputNum
[       OK ] WorkPieceTests.SomeFixedInputTypesFixedInputNum (0 ms)
[ RUN      ] WorkPieceTests.SomeFixedInputTypesFixedOutputNum
[       OK ] WorkPieceTests.SomeFixedInputTypesFixedOutputNum (0 ms)
[ RUN      ] WorkPieceTests.SomeFixedOutputTypesFixedInputNumber
[       OK ] WorkPieceTests.SomeFixedOutputTypesFixedInputNumber (0 ms)
[ RUN      ] WorkPieceTests.SomeFixedOutputTypesFixedOutputNumber
[       OK ] WorkPieceTests.SomeFixedOutputTypesFixedOutputNumber (0 ms)
[ RUN      ] WorkPieceTests.FixedInputTypesFixedOutputNum
[       OK ] WorkPieceTests.FixedInputTypesFixedOutputNum (0 ms)
[ RUN      ] WorkPieceTests.FixedOutputTypesFixedInputNum
[       OK ] WorkPieceTests.FixedOutputTypesFixedInputNum (0 ms)
[ RUN      ] WorkPieceTests.SomeFixedInputTypesFixedInputOutputNum
[       OK ] WorkPieceTests.SomeFixedInputTypesFixedInputOutputNum (0 ms)
[ RUN      ] WorkPieceTests.SomeFixedOutputTypesFixedInputOutputNumber
[       OK ] WorkPieceTests.SomeFixedOutputTypesFixedInputOutputNumber (0 ms)
[ RUN      ] WorkPieceTests.FixedTypes
[       OK ] WorkPieceTests.FixedTypes (0 ms)
[ RUN      ] WorkPieceTests.SomeFixedInputTypesFixedOutputTypes
[       OK ] WorkPieceTests.SomeFixedInputTypesFixedOutputTypes (0 ms)
[ RUN      ] WorkPieceTests.SomeFixedInputTypesFixedInputNumFixedOutputTypes
[       OK ] WorkPieceTests.SomeFixedInputTypesFixedInputNumFixedOutputTypes (0 ms)
[ RUN      ] WorkPieceTests.FixedInputTypesSomeFixedOutputTypes
[       OK ] WorkPieceTests.FixedInputTypesSomeFixedOutputTypes (0 ms)
[ RUN      ] WorkPieceTests.FixedInputTypesSomeFixedOutputTypesFixedOutputNum
[       OK ] WorkPieceTests.FixedInputTypesSomeFixedOutputTypesFixedOutputNum (0 ms)
[ RUN      ] WorkPieceTests.SomeFixedInOuts
[       OK ] WorkPieceTests.SomeFixedInOuts (0 ms)
[----------] 22 tests from WorkPieceTests (0 ms total)

[----------] 10 tests from WorkGraphTests
[ RUN      ] WorkGraphTests.UnfixedInOut
sh: dot: command not found
rm: modules/Modeling/test/WorkGraphVisualizations/UnfixedInOut_temp.dot: No such file or directory
[       OK ] WorkGraphTests.UnfixedInOut (4 ms)
[ RUN      ] WorkGraphTests.NodeLookup
[       OK ] WorkGraphTests.NodeLookup (0 ms)
[ RUN      ] WorkGraphTests.EdgeFinding
[       OK ] WorkGraphTests.EdgeFinding (0 ms)
[ RUN      ] WorkGraphTests.ParentsAndChildrenFromPiece
NumNodes = 3
inputs.size() = 0
[       OK ] WorkGraphTests.ParentsAndChildrenFromPiece (0 ms)
[ RUN      ] WorkGraphTests.ParentsAndChildren
[       OK ] WorkGraphTests.ParentsAndChildren (0 ms)
[ RUN      ] WorkGraphTests.FixedInOutNum
sh: dot: command not found
rm: modules/Modeling/test/WorkGraphVisualizations/FixedInOutNum_temp.dot: No such file or directory
[       OK ] WorkGraphTests.FixedInOutNum (3 ms)
[ RUN      ] WorkGraphTests.FixedInOutType

Nodes:
    test 0
    test 1
Edges:
    test 0[1] -> test 1[1]
    test 0[0] -> test 1[0]

sh: dot: command not found
rm: modules/Modeling/test/WorkGraphVisualizations/FixedInOutType_temp.dot: No such file or directory
[       OK ] WorkGraphTests.FixedInOutType (3 ms)
[ RUN      ] WorkGraphTests.DependentCut
sh: dot: command not found
rm: modules/Modeling/test/WorkGraphVisualizations/DependentCut_temp.dot: No such file or directory
[       OK ] WorkGraphTests.DependentCut (3 ms)
[ RUN      ] WorkGraphTests.IsConstant
[       OK ] WorkGraphTests.IsConstant (0 ms)
[ RUN      ] WorkGraphTests.ConstantDependentCut
sh: dot: command not found
rm: modules/Modeling/test/WorkGraphVisualizations/ConstantDependentCut_BeforeCut_temp.dot: No such file or directory
sh: dot: command not found
rm: modules/Modeling/test/WorkGraphVisualizations/ConstantDependentCut_AfterCut_temp.dot: No such file or directory
[       OK ] WorkGraphTests.ConstantDependentCut (6 ms)
[----------] 10 tests from WorkGraphTests (21 ms total)

[----------] 1 test from WorkGraphPiece
[ RUN      ] WorkGraphPiece.FixedInOutNum
sh: dot: command not found
rm: modules/Modeling/test/WorkGraphVisualizations/FixedInOutNum_WorkPiece_temp.dot: No such file or directory
[       OK ] WorkGraphPiece.FixedInOutNum (3 ms)
[----------] 1 test from WorkGraphPiece (3 ms total)

[----------] 8 tests from Modeling_ModGraphPiece
[ RUN      ] Modeling_ModGraphPiece.MatchInputs
[       OK ] Modeling_ModGraphPiece.MatchInputs (0 ms)
[ RUN      ] Modeling_ModGraphPiece.BasicTest
[       OK ] Modeling_ModGraphPiece.BasicTest (0 ms)
[ RUN      ] Modeling_ModGraphPiece.Caching
[       OK ] Modeling_ModGraphPiece.Caching (0 ms)
[ RUN      ] Modeling_ModGraphPiece.MultiSplit
sh: dot: command not found
[       OK ] Modeling_ModGraphPiece.MultiSplit (3 ms)
[ RUN      ] Modeling_ModGraphPiece.SplitHessianTest
[       OK ] Modeling_ModGraphPiece.SplitHessianTest (0 ms)
[ RUN      ] Modeling_ModGraphPiece.DiamondTest
[       OK ] Modeling_ModGraphPiece.DiamondTest (0 ms)
[ RUN      ] Modeling_ModGraphPiece.LinearGaussPosterior
sh: dot: command not found
sh: dot: command not found
[       OK ] Modeling_ModGraphPiece.LinearGaussPosterior (7 ms)
[ RUN      ] Modeling_ModGraphPiece.DiamondTestOperator
[       OK ] Modeling_ModGraphPiece.DiamondTestOperator (0 ms)
[----------] 8 tests from Modeling_ModGraphPiece (13 ms total)

[----------] 5 tests from ModPieceTest
[ RUN      ] ModPieceTest.NamingTest
[       OK ] ModPieceTest.NamingTest (0 ms)
[ RUN      ] ModPieceTest.UniqueNames
[       OK ] ModPieceTest.UniqueNames (0 ms)
[ RUN      ] ModPieceTest.FiniteDifference
[       OK ] ModPieceTest.FiniteDifference (0 ms)
[ RUN      ] ModPieceTest.SingleGrad
[       OK ] ModPieceTest.SingleGrad (0 ms)
[ RUN      ] ModPieceTest.SingleJacobian
[       OK ] ModPieceTest.SingleJacobian (0 ms)
[----------] 5 tests from ModPieceTest (0 ms total)

[----------] 1 test from ModellingModelTest
[ RUN      ] ModellingModelTest.SingleEval
[       OK ] ModellingModelTest.SingleEval (0 ms)
[----------] 1 test from ModellingModelTest (0 ms total)

[----------] 3 tests from ConstantPiece
[ RUN      ] ConstantPiece.BasicTest
[       OK ] ConstantPiece.BasicTest (0 ms)
[ RUN      ] ConstantPiece.RecursiveConstructor
[       OK ] ConstantPiece.RecursiveConstructor (0 ms)
[ RUN      ] ConstantPiece.DefaultConstructor
[       OK ] ConstantPiece.DefaultConstructor (0 ms)
[----------] 3 tests from ConstantPiece (0 ms total)

[----------] 2 tests from DerivativePiecesTest
[ RUN      ] DerivativePiecesTest.GradientPiece
[       OK ] DerivativePiecesTest.GradientPiece (0 ms)
[ RUN      ] DerivativePiecesTest.JacobianPiece
[       OK ] DerivativePiecesTest.JacobianPiece (0 ms)
[----------] 2 tests from DerivativePiecesTest (0 ms total)

[----------] 5 tests from IdentityPiece
[ RUN      ] IdentityPiece.Unfixed
[       OK ] IdentityPiece.Unfixed (0 ms)
[ RUN      ] IdentityPiece.FixedNum
[       OK ] IdentityPiece.FixedNum (0 ms)
[ RUN      ] IdentityPiece.FixedType
[       OK ] IdentityPiece.FixedType (0 ms)
[ RUN      ] IdentityPiece.SomeFixedTypes
[       OK ] IdentityPiece.SomeFixedTypes (0 ms)
[ RUN      ] IdentityPiece.SomeFixedTypesFixedNum
[       OK ] IdentityPiece.SomeFixedTypesFixedNum (0 ms)
[----------] 5 tests from IdentityPiece (0 ms total)

[----------] 2 tests from SplitVectorTests
[ RUN      ] SplitVectorTests.Basic
[       OK ] SplitVectorTests.Basic (0 ms)
[ RUN      ] SplitVectorTests.Extract
[       OK ] SplitVectorTests.Extract (0 ms)
[----------] 2 tests from SplitVectorTests (0 ms total)

[----------] 1 test from ScaleVectorTests
[ RUN      ] ScaleVectorTests.Basic
[       OK ] ScaleVectorTests.Basic (0 ms)
[----------] 1 test from ScaleVectorTests (0 ms total)

[----------] 1 test from CombineVectorsTests
[ RUN      ] CombineVectorsTests.Basic
[       OK ] CombineVectorsTests.Basic (0 ms)
[----------] 1 test from CombineVectorsTests (0 ms total)

[----------] 1 test from Modeling
[ RUN      ] Modeling.SumPiece
[       OK ] Modeling.SumPiece (0 ms)
[----------] 1 test from Modeling (0 ms total)

[----------] 2 tests from MultiLogisticLikelihood
[ RUN      ] MultiLogisticLikelihood.Evaluate
[       OK ] MultiLogisticLikelihood.Evaluate (0 ms)
[ RUN      ] MultiLogisticLikelihood.Derivatives
[       OK ] MultiLogisticLikelihood.Derivatives (0 ms)
[----------] 2 tests from MultiLogisticLikelihood (0 ms total)

[----------] 4 tests from LinearSDE
[ RUN      ] LinearSDE.MeanCovariance
[       OK ] LinearSDE.MeanCovariance (0 ms)
[ RUN      ] LinearSDE.MeanCovariance_NoL
[       OK ] LinearSDE.MeanCovariance_NoL (0 ms)
[ RUN      ] LinearSDE.Concatenate
[       OK ] LinearSDE.Concatenate (0 ms)
[ RUN      ] LinearSDE.Discretize
[       OK ] LinearSDE.Discretize (0 ms)
[----------] 4 tests from LinearSDE (1 ms total)

[----------] 8 tests from CwiseOperators
[ RUN      ] CwiseOperators.SimpleBase
[       OK ] CwiseOperators.SimpleBase (0 ms)
[ RUN      ] CwiseOperators.ExpOperator
[       OK ] CwiseOperators.ExpOperator (0 ms)
[ RUN      ] CwiseOperators.SinOperator
[       OK ] CwiseOperators.SinOperator (0 ms)
[ RUN      ] CwiseOperators.CosOperator
[       OK ] CwiseOperators.CosOperator (0 ms)
[ RUN      ] CwiseOperators.AbsOperator
[       OK ] CwiseOperators.AbsOperator (0 ms)
[ RUN      ] CwiseOperators.AcosOperator
[       OK ] CwiseOperators.AcosOperator (0 ms)
[ RUN      ] CwiseOperators.CbrtOperator
[       OK ] CwiseOperators.CbrtOperator (0 ms)
[ RUN      ] CwiseOperators.DigammaOperator
[       OK ] CwiseOperators.DigammaOperator (0 ms)
[----------] 8 tests from CwiseOperators (0 ms total)

[----------] 1 test from FlannCache
[ RUN      ] FlannCache.CreateCache
[       OK ] FlannCache.CreateCache (0 ms)
[----------] 1 test from FlannCache (0 ms total)

[----------] 5 tests from Utilties_LinearOperator
[ RUN      ] Utilties_LinearOperator.EigenDense
[       OK ] Utilties_LinearOperator.EigenDense (0 ms)
[ RUN      ] Utilties_LinearOperator.EigenSparse
[       OK ] Utilties_LinearOperator.EigenSparse (0 ms)
[ RUN      ] Utilties_LinearOperator.SliceOperator
[       OK ] Utilties_LinearOperator.SliceOperator (0 ms)
[ RUN      ] Utilties_LinearOperator.SliceOperatorReverse
[       OK ] Utilties_LinearOperator.SliceOperatorReverse (0 ms)
[ RUN      ] Utilties_LinearOperator.SliceOperatorNegativeIndex
[       OK ] Utilties_LinearOperator.SliceOperatorNegativeIndex (0 ms)
[----------] 5 tests from Utilties_LinearOperator (0 ms total)

[----------] 10 tests from Utilities_LinearOperator
[ RUN      ] Utilities_LinearOperator.Conversion
[       OK ] Utilities_LinearOperator.Conversion (0 ms)
[ RUN      ] Utilities_LinearOperator.CompanionMatrix
[       OK ] Utilities_LinearOperator.CompanionMatrix (0 ms)
[ RUN      ] Utilities_LinearOperator.BlockDiagonal
[       OK ] Utilities_LinearOperator.BlockDiagonal (0 ms)
[ RUN      ] Utilities_LinearOperator.KroneckerProduct
[       OK ] Utilities_LinearOperator.KroneckerProduct (0 ms)
[ RUN      ] Utilities_LinearOperator.DenseKronecker
[       OK ] Utilities_LinearOperator.DenseKronecker (0 ms)
[ RUN      ] Utilities_LinearOperator.Sum
[       OK ] Utilities_LinearOperator.Sum (0 ms)
[ RUN      ] Utilities_LinearOperator.BlockRow
[       OK ] Utilities_LinearOperator.BlockRow (0 ms)
[ RUN      ] Utilities_LinearOperator.Concatenate_BadSizes
[       OK ] Utilities_LinearOperator.Concatenate_BadSizes (0 ms)
[ RUN      ] Utilities_LinearOperator.Concatenate
[       OK ] Utilities_LinearOperator.Concatenate (0 ms)
[ RUN      ] Utilities_LinearOperator.Concatenate_StackFuncs
[       OK ] Utilities_LinearOperator.Concatenate_StackFuncs (0 ms)
[----------] 10 tests from Utilities_LinearOperator (0 ms total)

[----------] 3 tests from Utilities_LyapunovSolver
[ RUN      ] Utilities_LyapunovSolver.Diagonal
[       OK ] Utilities_LyapunovSolver.Diagonal (0 ms)
[ RUN      ] Utilities_LyapunovSolver.DampedOscillator
[       OK ] Utilities_LyapunovSolver.DampedOscillator (0 ms)
[ RUN      ] Utilities_LyapunovSolver.MaternTest
/Users/fnrizzi/Desktop/work/muq/MIT-MUQ/modules/Modeling/test/LinearAlgebra/LyapunovSolverTests.cpp:83: Failure
The difference between 0.0 and resid(i,j).real() is 1.6176689577029889e-10, which exceeds 1e-10, where
0.0 evaluates to 0,
resid(i,j).real() evaluates to 1.6176689577029889e-10, and
1e-10 evaluates to 1e-10.
[  FAILED  ] Utilities_LyapunovSolver.MaternTest (0 ms)
[----------] 3 tests from Utilities_LyapunovSolver (0 ms total)

[----------] 1 test from Utilties_AffineOperator
[ RUN      ] Utilties_AffineOperator.EigenDense
[       OK ] Utilties_AffineOperator.EigenDense (0 ms)
[----------] 1 test from Utilties_AffineOperator (0 ms total)

[----------] 9 tests from LOBPCG
[ RUN      ] LOBPCG.Diagonal_BigBlock
[       OK ] LOBPCG.Diagonal_BigBlock (0 ms)
[ RUN      ] LOBPCG.Diagonal_MedBlock
[       OK ] LOBPCG.Diagonal_MedBlock (0 ms)
[ RUN      ] LOBPCG.Diagonal_SmallBlock
[       OK ] LOBPCG.Diagonal_SmallBlock (0 ms)
[ RUN      ] LOBPCG.Diagonal_Tolerance
[       OK ] LOBPCG.Diagonal_Tolerance (0 ms)
[ RUN      ] LOBPCG.Random
[       OK ] LOBPCG.Random (0 ms)
[ RUN      ] LOBPCG.RandomIdentity
[       OK ] LOBPCG.RandomIdentity (0 ms)
[ RUN      ] LOBPCG.RandomGeneral
[       OK ] LOBPCG.RandomGeneral (0 ms)
[ RUN      ] LOBPCG.RandomGeneralPrecond
[       OK ] LOBPCG.RandomGeneralPrecond (0 ms)
[ RUN      ] LOBPCG.RandomGeneralPrecondConstrained
[       OK ] LOBPCG.RandomGeneralPrecondConstrained (0 ms)
[----------] 9 tests from LOBPCG (2 ms total)

[----------] 4 tests from StochasticEigenSolver
[ RUN      ] StochasticEigenSolver.Diagonal_AllAtOnce
[       OK ] StochasticEigenSolver.Diagonal_AllAtOnce (0 ms)
[ RUN      ] StochasticEigenSolver.Diagonal_Incremental
[       OK ] StochasticEigenSolver.Diagonal_Incremental (0 ms)
[ RUN      ] StochasticEigenSolver.Random
[       OK ] StochasticEigenSolver.Random (0 ms)
[ RUN      ] StochasticEigenSolver.RandomGeneral
[       OK ] StochasticEigenSolver.RandomGeneral (0 ms)
[----------] 4 tests from StochasticEigenSolver (0 ms total)

[----------] 1 test from ODEExample
[ RUN      ] ODEExample.RHS
[       OK ] ODEExample.RHS (0 ms)
[----------] 1 test from ODEExample (0 ms total)

[----------] 7 tests from ODETests
[ RUN      ] ODETests.BDFNewtonMethod
[       OK ] ODETests.BDFNewtonMethod (1 ms)
[ RUN      ] ODETests.BDFIterMethod
[       OK ] ODETests.BDFIterMethod (1 ms)
[ RUN      ] ODETests.AdamsNewtonMethod
[       OK ] ODETests.AdamsNewtonMethod (1 ms)
[ RUN      ] ODETests.AdamsIterMethod
[       OK ] ODETests.AdamsIterMethod (1 ms)
[ RUN      ] ODETests.SPGMR
[       OK ] ODETests.SPGMR (2 ms)
[ RUN      ] ODETests.SPBCGS
[       OK ] ODETests.SPBCGS (1 ms)
[ RUN      ] ODETests.SPTFQMR
[       OK ] ODETests.SPTFQMR (1 ms)
[----------] 7 tests from ODETests (10 ms total)

[----------] 2 tests from Distribution
[ RUN      ] Distribution.EvaluateDensity
[       OK ] Distribution.EvaluateDensity (0 ms)
[ RUN      ] Distribution.EvaluateSample
[       OK ] Distribution.EvaluateSample (0 ms)
[----------] 2 tests from Distribution (0 ms total)

[----------] 4 tests from InverseGammaDistributionTests
[ RUN      ] InverseGammaDistributionTests.EvaluateLogDensity
[       OK ] InverseGammaDistributionTests.EvaluateLogDensity (0 ms)
[ RUN      ] InverseGammaDistributionTests.EvaluateLogDensity_Multivariate
[       OK ] InverseGammaDistributionTests.EvaluateLogDensity_Multivariate (0 ms)
[ RUN      ] InverseGammaDistributionTests.Sample
[       OK ] InverseGammaDistributionTests.Sample (42 ms)
[ RUN      ] InverseGammaDistributionTests.Sample_Multivariate
[       OK ] InverseGammaDistributionTests.Sample_Multivariate (75 ms)
[----------] 4 tests from InverseGammaDistributionTests (118 ms total)

[----------] 3 tests from UniformDistributionTests
[ RUN      ] UniformDistributionTests.EvaluateLogDensity
[       OK ] UniformDistributionTests.EvaluateLogDensity (0 ms)
[ RUN      ] UniformDistributionTests.Sample1D
[       OK ] UniformDistributionTests.Sample1D (0 ms)
[ RUN      ] UniformDistributionTests.Sample
[       OK ] UniformDistributionTests.Sample (0 ms)
[----------] 3 tests from UniformDistributionTests (0 ms total)

[----------] 8 tests from GaussianDistributionTests
[ RUN      ] GaussianDistributionTests.SpecifyMean
[       OK ] GaussianDistributionTests.SpecifyMean (21 ms)
[ RUN      ] GaussianDistributionTests.ChangeHyperparameters
[       OK ] GaussianDistributionTests.ChangeHyperparameters (24 ms)
[ RUN      ] GaussianDistributionTests.SpecifyBoth
[       OK ] GaussianDistributionTests.SpecifyBoth (258 ms)
[ RUN      ] GaussianDistributionTests.ModPieceInputs
[       OK ] GaussianDistributionTests.ModPieceInputs (0 ms)
[ RUN      ] GaussianDistributionTests.Gradient
[       OK ] GaussianDistributionTests.Gradient (0 ms)
[ RUN      ] GaussianDistributionTests.Hessian
[       OK ] GaussianDistributionTests.Hessian (0 ms)
[ RUN      ] GaussianDistributionTests.DiagonalCovPrec
[       OK ] GaussianDistributionTests.DiagonalCovPrec (20 ms)
[ RUN      ] GaussianDistributionTests.MatrixCovPrec
[       OK ] GaussianDistributionTests.MatrixCovPrec (246 ms)
[----------] 8 tests from GaussianDistributionTests (571 ms total)

[----------] 2 tests from Distribution_DensityProduct
[ RUN      ] Distribution_DensityProduct.EvaluateDensity
[       OK ] Distribution_DensityProduct.EvaluateDensity (0 ms)
[ RUN      ] Distribution_DensityProduct.EvaluateOnGraph
[       OK ] Distribution_DensityProduct.EvaluateOnGraph (0 ms)
[----------] 2 tests from Distribution_DensityProduct (0 ms total)

[----------] 5 tests from GammaDistributionTests
[ RUN      ] GammaDistributionTests.EvaluateLogDensity
[       OK ] GammaDistributionTests.EvaluateLogDensity (0 ms)
[ RUN      ] GammaDistributionTests.EvaluateLogDensity_Multivariate
[       OK ] GammaDistributionTests.EvaluateLogDensity_Multivariate (0 ms)
[ RUN      ] GammaDistributionTests.Sample
[       OK ] GammaDistributionTests.Sample (42 ms)
[ RUN      ] GammaDistributionTests.Sample_Multivariate
[       OK ] GammaDistributionTests.Sample_Multivariate (74 ms)
[ RUN      ] GammaDistributionTests.FromMoments
[       OK ] GammaDistributionTests.FromMoments (0 ms)
[----------] 5 tests from GammaDistributionTests (117 ms total)

[----------] 13 tests from OptimizationTests
[ RUN      ] OptimizationTests.COBYLA
[       OK ] OptimizationTests.COBYLA (0 ms)
[ RUN      ] OptimizationTests.UnknownMethod
[       OK ] OptimizationTests.UnknownMethod (0 ms)
[ RUN      ] OptimizationTests.BOBYQA
[       OK ] OptimizationTests.BOBYQA (0 ms)
[ RUN      ] OptimizationTests.NEWUOA
[       OK ] OptimizationTests.NEWUOA (7 ms)
[ RUN      ] OptimizationTests.PRAXIS
[       OK ] OptimizationTests.PRAXIS (0 ms)
[ RUN      ] OptimizationTests.NM
[       OK ] OptimizationTests.NM (0 ms)
[ RUN      ] OptimizationTests.SBPLX
[       OK ] OptimizationTests.SBPLX (0 ms)
[ RUN      ] OptimizationTests.MMA
[       OK ] OptimizationTests.MMA (0 ms)
[ RUN      ] OptimizationTests.SLSQP
[       OK ] OptimizationTests.SLSQP (0 ms)
[ RUN      ] OptimizationTests.LBFGS
[       OK ] OptimizationTests.LBFGS (0 ms)
[ RUN      ] OptimizationTests.PreTN
[       OK ] OptimizationTests.PreTN (0 ms)
[ RUN      ] OptimizationTests.LMVM
[       OK ] OptimizationTests.LMVM (0 ms)
[ RUN      ] OptimizationTests.NewtonTrust
[       OK ] OptimizationTests.NewtonTrust (0 ms)
[----------] 13 tests from OptimizationTests (8 ms total)

[----------] 2 tests from ConstrainedOptimizationTests
[ RUN      ] ConstrainedOptimizationTests.COBYLA
[       OK ] ConstrainedOptimizationTests.COBYLA (0 ms)
[ RUN      ] ConstrainedOptimizationTests.SLSQP
[       OK ] ConstrainedOptimizationTests.SLSQP (0 ms)
[----------] 2 tests from ConstrainedOptimizationTests (0 ms total)

[----------] 1 test from CostFunctionTests
[ RUN      ] CostFunctionTests.RosenbrockCost
/Users/fnrizzi/Desktop/work/muq/MIT-MUQ/modules/Optimization/test/CostFunctionTests.cpp:30: Failure
Expected equality of these values:
  (grad_true-grad_test0).norm()
    Which is: 5.5511151231257827e-17
  0.0
    Which is: 0
[  FAILED  ] CostFunctionTests.RosenbrockCost (0 ms)
[----------] 1 test from CostFunctionTests (0 ms total)

[----------] 1 test from ModPieceCostFunctionTests
[ RUN      ] ModPieceCostFunctionTests.RosenbrockCost
/Users/fnrizzi/Desktop/work/muq/MIT-MUQ/modules/Optimization/test/ModPieceCostFunctionTests.cpp:33: Failure
Expected equality of these values:
  (grad_true-grad_test0).norm()
    Which is: 2.8421709430404007e-14
  0.0
    Which is: 0
[  FAILED  ] ModPieceCostFunctionTests.RosenbrockCost (0 ms)
[----------] 1 test from ModPieceCostFunctionTests (0 ms total)

[----------] 27 tests from Approximation_GP
[ RUN      ] Approximation_GP.LinearTransformKernel
[       OK ] Approximation_GP.LinearTransformKernel (0 ms)
[ RUN      ] Approximation_GP.Clone
[       OK ] Approximation_GP.Clone (0 ms)
[ RUN      ] Approximation_GP.KernelConcatenation
[       OK ] Approximation_GP.KernelConcatenation (0 ms)
[ RUN      ] Approximation_GP.SquaredExpKernel
[       OK ] Approximation_GP.SquaredExpKernel (0 ms)
[ RUN      ] Approximation_GP.MaternKernel
[       OK ] Approximation_GP.MaternKernel (0 ms)
[ RUN      ] Approximation_GP.Discretize
[       OK ] Approximation_GP.Discretize (0 ms)
[ RUN      ] Approximation_GP.DiscretizeConcatenate
[       OK ] Approximation_GP.DiscretizeConcatenate (0 ms)
[ RUN      ] Approximation_GP.HyperFit1d
[       OK ] Approximation_GP.HyperFit1d (26 ms)
[ RUN      ] Approximation_GP.HyperFit2d
[       OK ] Approximation_GP.HyperFit2d (148 ms)
[ RUN      ] Approximation_GP.ValueCondition
[       OK ] Approximation_GP.ValueCondition (0 ms)
[ RUN      ] Approximation_GP.GradientCondition
[       OK ] Approximation_GP.GradientCondition (0 ms)
[ RUN      ] Approximation_GP.HessianCondition
[       OK ] Approximation_GP.HessianCondition (0 ms)
[ RUN      ] Approximation_GP.NoisyCondition
[       OK ] Approximation_GP.NoisyCondition (0 ms)
[ RUN      ] Approximation_GP.MaternStateSpace
[       OK ] Approximation_GP.MaternStateSpace (1 ms)
[ RUN      ] Approximation_GP.ConstantStateSpace
[       OK ] Approximation_GP.ConstantStateSpace (0 ms)
[ RUN      ] Approximation_GP.ConcatenateConstantStateSpace
[       OK ] Approximation_GP.ConcatenateConstantStateSpace (0 ms)
[ RUN      ] Approximation_GP.ConcatenateStateSpace
[       OK ] Approximation_GP.ConcatenateStateSpace (2 ms)
[ RUN      ] Approximation_GP.StateSpace_DistributionIntegration
[       OK ] Approximation_GP.StateSpace_DistributionIntegration (143 ms)
[ RUN      ] Approximation_GP.StateSpace_DistributionIntegration2
[       OK ] Approximation_GP.StateSpace_DistributionIntegration2 (137 ms)
[ RUN      ] Approximation_GP.PeriodicStateSpace
[       OK ] Approximation_GP.PeriodicStateSpace (22 ms)
[ RUN      ] Approximation_GP.SumStateSpace
[       OK ] Approximation_GP.SumStateSpace (21 ms)
[ RUN      ] Approximation_GP.ProductStateSpace
[       OK ] Approximation_GP.ProductStateSpace (48 ms)
[ RUN      ] Approximation_GP.StateSpacePredict_Interpolation
[       OK ] Approximation_GP.StateSpacePredict_Interpolation (30 ms)
[ RUN      ] Approximation_GP.StateSpacePredict_ExtrapolateRight
[       OK ] Approximation_GP.StateSpacePredict_ExtrapolateRight (66 ms)
[ RUN      ] Approximation_GP.StateSpacePredict_ExtrapolateLeft
[       OK ] Approximation_GP.StateSpacePredict_ExtrapolateLeft (86 ms)
[ RUN      ] Approximation_GP.KarhunenLoeve_BasicConstruction
[       OK ] Approximation_GP.KarhunenLoeve_BasicConstruction (702 ms)
[ RUN      ] Approximation_GP.KarhunenLoeve_GaussQuad
[       OK ] Approximation_GP.KarhunenLoeve_GaussQuad (1 ms)
[----------] 27 tests from Approximation_GP (1442 ms total)

[----------] 6 tests from Approximation_BasisExpansion
[ RUN      ] Approximation_BasisExpansion.Constructor1
[       OK ] Approximation_BasisExpansion.Constructor1 (0 ms)
[ RUN      ] Approximation_BasisExpansion.Constructor2
[       OK ] Approximation_BasisExpansion.Constructor2 (0 ms)
[ RUN      ] Approximation_BasisExpansion.Constructor3
[       OK ] Approximation_BasisExpansion.Constructor3 (0 ms)
[ RUN      ] Approximation_BasisExpansion.Linear
[       OK ] Approximation_BasisExpansion.Linear (0 ms)
[ RUN      ] Approximation_BasisExpansion.Quadratic
[       OK ] Approximation_BasisExpansion.Quadratic (0 ms)
[ RUN      ] Approximation_BasisExpansion.ToFromHDF5
[       OK ] Approximation_BasisExpansion.ToFromHDF5 (0 ms)
[----------] 6 tests from Approximation_BasisExpansion (0 ms total)

[----------] 5 tests from Approximation_MonotoneExpansion1d
[ RUN      ] Approximation_MonotoneExpansion1d.Evaluate
[       OK ] Approximation_MonotoneExpansion1d.Evaluate (0 ms)
[ RUN      ] Approximation_MonotoneExpansion1d.JacobianFD
[       OK ] Approximation_MonotoneExpansion1d.JacobianFD (0 ms)
[ RUN      ] Approximation_MonotoneExpansion1d.CoeffJacobian
[       OK ] Approximation_MonotoneExpansion1d.CoeffJacobian (0 ms)
[ RUN      ] Approximation_MonotoneExpansion1d.Determinant
[       OK ] Approximation_MonotoneExpansion1d.Determinant (0 ms)
[ RUN      ] Approximation_MonotoneExpansion1d.EvaluateWithCoeffs
[       OK ] Approximation_MonotoneExpansion1d.EvaluateWithCoeffs (0 ms)
[----------] 5 tests from Approximation_MonotoneExpansion1d (0 ms total)

[----------] 5 tests from Approximation_MonotoneExpansion2d
[ RUN      ] Approximation_MonotoneExpansion2d.Evaluate
[       OK ] Approximation_MonotoneExpansion2d.Evaluate (0 ms)
[ RUN      ] Approximation_MonotoneExpansion2d.Inverse
[       OK ] Approximation_MonotoneExpansion2d.Inverse (0 ms)
[ RUN      ] Approximation_MonotoneExpansion2d.Jacobian
[       OK ] Approximation_MonotoneExpansion2d.Jacobian (0 ms)
[ RUN      ] Approximation_MonotoneExpansion2d.CoeffsJacobian
[       OK ] Approximation_MonotoneExpansion2d.CoeffsJacobian (0 ms)
[ RUN      ] Approximation_MonotoneExpansion2d.Determinant
[       OK ] Approximation_MonotoneExpansion2d.Determinant (0 ms)
[----------] 5 tests from Approximation_MonotoneExpansion2d (0 ms total)

[----------] 7 tests from Polynomial
[ RUN      ] Polynomial.Monomial
[       OK ] Polynomial.Monomial (0 ms)
[ RUN      ] Polynomial.PhysicistHermite
[       OK ] Polynomial.PhysicistHermite (0 ms)
[ RUN      ] Polynomial.ProbabilistHermite
[       OK ] Polynomial.ProbabilistHermite (0 ms)
[ RUN      ] Polynomial.Legendre
[       OK ] Polynomial.Legendre (0 ms)
[ RUN      ] Polynomial.Laguerre
[       OK ] Polynomial.Laguerre (0 ms)
[ RUN      ] Polynomial.Jacobi
[       OK ] Polynomial.Jacobi (0 ms)
[ RUN      ] Polynomial.Factory
[       OK ] Polynomial.Factory (0 ms)
[----------] 7 tests from Polynomial (0 ms total)

[----------] 10 tests from PolynomialChaos
[ RUN      ] PolynomialChaos.PCEFactory_Legendre1D_Gauss
[       OK ] PolynomialChaos.PCEFactory_Legendre1D_Gauss (0 ms)
[ RUN      ] PolynomialChaos.PCEFactory_Legendre2D_Gauss
[       OK ] PolynomialChaos.PCEFactory_Legendre2D_Gauss (0 ms)
[ RUN      ] PolynomialChaos.PCE_Moments
[       OK ] PolynomialChaos.PCE_Moments (0 ms)
[ RUN      ] PolynomialChaos.PCE_Sensitivities
[       OK ] PolynomialChaos.PCE_Sensitivities (0 ms)
[ RUN      ] PolynomialChaos.PCE_WeightedSum
[       OK ] PolynomialChaos.PCE_WeightedSum (0 ms)
[ RUN      ] PolynomialChaos.ToFromHDF5
[       OK ] PolynomialChaos.ToFromHDF5 (0 ms)
[ RUN      ] PolynomialChaos.AdaptiveSmolyak_Cos2d
[       OK ] PolynomialChaos.AdaptiveSmolyak_Cos2d (7 ms)
[ RUN      ] PolynomialChaos.AdaptiveSmolyak_AdaptForError
[       OK ] PolynomialChaos.AdaptiveSmolyak_AdaptForError (4 ms)
[ RUN      ] PolynomialChaos.AdaptiveSmolyak_AdaptForTime
[       OK ] PolynomialChaos.AdaptiveSmolyak_AdaptForTime (51 ms)
[ RUN      ] PolynomialChaos.AdaptiveSmolyak_AdaptForEvals
[       OK ] PolynomialChaos.AdaptiveSmolyak_AdaptForEvals (3 ms)
[----------] 10 tests from PolynomialChaos (68 ms total)

[----------] 17 tests from Quadrature
[ RUN      ] Quadrature.AdaptiveSmolyak_StaticGaussQuad
[       OK ] Quadrature.AdaptiveSmolyak_StaticGaussQuad (1 ms)
[ RUN      ] Quadrature.AdaptiveSmolyak_AdaptiveGaussQuad
[       OK ] Quadrature.AdaptiveSmolyak_AdaptiveGaussQuad (1 ms)
[ RUN      ] Quadrature.AdaptiveSmolyak_AdaptiveClenshawCurtis
[       OK ] Quadrature.AdaptiveSmolyak_AdaptiveClenshawCurtis (1 ms)
[ RUN      ] Quadrature.AdaptiveSmolyak_AdaptiveGaussPatterson
[       OK ] Quadrature.AdaptiveSmolyak_AdaptiveGaussPatterson (0 ms)
[ RUN      ] Quadrature.AdaptiveSmolyak_AdaptiveExponential
[       OK ] Quadrature.AdaptiveSmolyak_AdaptiveExponential (0 ms)
[ RUN      ] Quadrature.PhysicistHermite
[       OK ] Quadrature.PhysicistHermite (0 ms)
[ RUN      ] Quadrature.ProbabilistHermite
[       OK ] Quadrature.ProbabilistHermite (0 ms)
[ RUN      ] Quadrature.LegendreFromString
[       OK ] Quadrature.LegendreFromString (0 ms)
[ RUN      ] Quadrature.Legendre
[       OK ] Quadrature.Legendre (0 ms)
[ RUN      ] Quadrature.LaguerreDefault
[       OK ] Quadrature.LaguerreDefault (0 ms)
[ RUN      ] Quadrature.Laguerre
[       OK ] Quadrature.Laguerre (0 ms)
[ RUN      ] Quadrature.JacobiDefault
[       OK ] Quadrature.JacobiDefault (0 ms)
[ RUN      ] Quadrature.Jacobi
Points: 
   -0.7198842953848504
   -0.3852703828805473
-2.779569164716846e-17
    0.3852703828805472
    0.7198842953848507
Weights: 
0.03294330378740577
 0.2271817563376543
 0.3940355940355935
 0.2271817563376543
0.03294330378740584
[       OK ] Quadrature.Jacobi (0 ms)
[ RUN      ] Quadrature.FullTensorSquareTest
[       OK ] Quadrature.FullTensorSquareTest (0 ms)
[ RUN      ] Quadrature.SmolyakWeights
[       OK ] Quadrature.SmolyakWeights (0 ms)
[ RUN      ] Quadrature.SmolyakSquareTest
[       OK ] Quadrature.SmolyakSquareTest (6 ms)
[ RUN      ] Quadrature.ClenshawCurtis
[       OK ] Quadrature.ClenshawCurtis (0 ms)
[----------] 17 tests from Quadrature (13 ms total)

[----------] 6 tests from RegressionTest
[ RUN      ] RegressionTest.LegendreBasis
[       OK ] RegressionTest.LegendreBasis (1 ms)
[ RUN      ] RegressionTest.MonomialBasis
[       OK ] RegressionTest.MonomialBasis (1 ms)
[ RUN      ] RegressionTest.PhysicistHermiteBasis
[       OK ] RegressionTest.PhysicistHermiteBasis (0 ms)
[ RUN      ] RegressionTest.ProbabilistHermiteBasis
[       OK ] RegressionTest.ProbabilistHermiteBasis (0 ms)
[ RUN      ] RegressionTest.LaguerreBasis
[       OK ] RegressionTest.LaguerreBasis (1 ms)
[ RUN      ] RegressionTest.JacobiBasis
[       OK ] RegressionTest.JacobiBasis (1 ms)
[----------] 6 tests from RegressionTest (6 ms total)

[----------] 2 tests from LocalRegressionTest
[ RUN      ] LocalRegressionTest.Basic
[       OK ] LocalRegressionTest.Basic (0 ms)
[ RUN      ] LocalRegressionTest.Poisedness
[       OK ] LocalRegressionTest.Poisedness (13 ms)
[----------] 2 tests from LocalRegressionTest (13 ms total)

[----------] 1 test from SampleCollectionMetaTest
[ RUN      ] SampleCollectionMetaTest.List
bonus
id
[       OK ] SampleCollectionMetaTest.List (0 ms)
[----------] 1 test from SampleCollectionMetaTest (0 ms total)

[----------] 10 tests from SampleCollectionTest
[ RUN      ] SampleCollectionTest.Segment
[       OK ] SampleCollectionTest.Segment (4 ms)
[ RUN      ] SampleCollectionTest.Mean
[       OK ] SampleCollectionTest.Mean (4 ms)
[ RUN      ] SampleCollectionTest.SampMean
[       OK ] SampleCollectionTest.SampMean (4 ms)
[ RUN      ] SampleCollectionTest.ExpectedValue
[       OK ] SampleCollectionTest.ExpectedValue (4 ms)
[ RUN      ] SampleCollectionTest.ToMatrix
[       OK ] SampleCollectionTest.ToMatrix (4 ms)
[ RUN      ] SampleCollectionTest.ToWeights
[       OK ] SampleCollectionTest.ToWeights (4 ms)
[ RUN      ] SampleCollectionTest.ESS
[       OK ] SampleCollectionTest.ESS (5 ms)
[ RUN      ] SampleCollectionTest.Variance
[       OK ] SampleCollectionTest.Variance (5 ms)
[ RUN      ] SampleCollectionTest.Covariance
[       OK ] SampleCollectionTest.Covariance (5 ms)
[ RUN      ] SampleCollectionTest.WriteToFile
[       OK ] SampleCollectionTest.WriteToFile (21 ms)
[----------] 10 tests from SampleCollectionTest (65 ms total)

[----------] 1 test from SampleEstimatorTest
[ RUN      ] SampleEstimatorTest.Gaussian
[       OK ] SampleEstimatorTest.Gaussian (104 ms)
[----------] 1 test from SampleEstimatorTest (104 ms total)

[----------] 8 tests from MarkovChainTest
[ RUN      ] MarkovChainTest.Mean
[       OK ] MarkovChainTest.Mean (13 ms)
[ RUN      ] MarkovChainTest.SampMean
[       OK ] MarkovChainTest.SampMean (11 ms)
[ RUN      ] MarkovChainTest.ToMatrix
[       OK ] MarkovChainTest.ToMatrix (13 ms)
[ RUN      ] MarkovChainTest.ToWeights
[       OK ] MarkovChainTest.ToWeights (12 ms)
[ RUN      ] MarkovChainTest.WolffESS
[       OK ] MarkovChainTest.WolffESS (23 ms)
[ RUN      ] MarkovChainTest.BatchESS
[       OK ] MarkovChainTest.BatchESS (68 ms)
[ RUN      ] MarkovChainTest.Variance
[       OK ] MarkovChainTest.Variance (20 ms)
[ RUN      ] MarkovChainTest.Covariance
[       OK ] MarkovChainTest.Covariance (15 ms)
[----------] 8 tests from MarkovChainTest (180 ms total)

[----------] 2 tests from MIMCMCTest
[ RUN      ] MIMCMCTest.MIMCMC
MIMCMC MCSE: 0.2410678773197787 0.2930296825526196
MIMCMC MCSE: 0.2415288123953296 0.2932689738351369
[       OK ] MIMCMCTest.MIMCMC (591 ms)
[ RUN      ] MIMCMCTest.SLMCMC
Starting single chain MCMC sampler...
  10% Complete
    Block 0:
      MHKernel acceptance Rate = 29%
  20% Complete
    Block 0:
      MHKernel acceptance Rate = 29%
  30% Complete
    Block 0:
      MHKernel acceptance Rate = 28%
  40% Complete
    Block 0:
      MHKernel acceptance Rate = 27%
  50% Complete
    Block 0:
      MHKernel acceptance Rate = 27%
  60% Complete
    Block 0:
      MHKernel acceptance Rate = 27%
  70% Complete
    Block 0:
      MHKernel acceptance Rate = 27%
  80% Complete
    Block 0:
      MHKernel acceptance Rate = 27%
  90% Complete
    Block 0:
      MHKernel acceptance Rate = 27%
  100% Complete
    Block 0:
      MHKernel acceptance Rate = 27%
Completed in 0.004402000000000248 seconds.
[       OK ] MIMCMCTest.SLMCMC (4 ms)
[----------] 2 tests from MIMCMCTest (596 ms total)

[----------] 1 test from MLMCMCTest
[ RUN      ] MLMCMCTest.GreedyMLMCMC
[       OK ] MLMCMCTest.GreedyMLMCMC (545 ms)
[----------] 1 test from MLMCMCTest (545 ms total)

[----------] 1 test from GMHKernelTest
[ RUN      ] GMHKernelTest.ProposalTest
[       OK ] GMHKernelTest.ProposalTest (0 ms)
[----------] 1 test from GMHKernelTest (0 ms total)

[----------] 1 test from ImportanceSamplingTests
[ RUN      ] ImportanceSamplingTests.Setup
[       OK ] ImportanceSamplingTests.Setup (97 ms)
[----------] 1 test from ImportanceSamplingTests (97 ms total)

[----------] 34 tests from MCMC
[ RUN      ] MCMC.MHKernel_ThinScheduler
[       OK ] MCMC.MHKernel_ThinScheduler (6 ms)
[ RUN      ] MCMC.MHKernel_MHProposal
[       OK ] MCMC.MHKernel_MHProposal (29 ms)
[ RUN      ] MCMC.Diagnostics_Pass
[       OK ] MCMC.Diagnostics_Pass (17 ms)
[ RUN      ] MCMC.Diagnostics_Fail
[       OK ] MCMC.Diagnostics_Fail (1 ms)
[ RUN      ] MCMC.Diagnostics_SingularCovarianceMPSRF_Fail
[       OK ] MCMC.Diagnostics_SingularCovarianceMPSRF_Fail (2 ms)
[ RUN      ] MCMC.Diagnostics_SingularCovarianceMPSRF_Pass
[       OK ] MCMC.Diagnostics_SingularCovarianceMPSRF_Pass (26 ms)
[ RUN      ] MCMC.MHKernel_RepeatedRuns
[       OK ] MCMC.MHKernel_RepeatedRuns (7 ms)
[ RUN      ] MCMC.MHKernel_MixtureProposal
[       OK ] MCMC.MHKernel_MixtureProposal (9 ms)
[ RUN      ] MCMC.MHKernel_MALAProposal
[       OK ] MCMC.MHKernel_MALAProposal (19 ms)
[ RUN      ] MCMC.MetropolisInGibbs_IsoGauss
[       OK ] MCMC.MetropolisInGibbs_IsoGauss (152 ms)
[ RUN      ] MCMC.MHKernel_AMProposal
[       OK ] MCMC.MHKernel_AMProposal (39 ms)
[ RUN      ] MCMC.MHKernel_DRAM
[       OK ] MCMC.MHKernel_DRAM (219 ms)
[ RUN      ] MCMC.DRKernel_MHProposal
[       OK ] MCMC.DRKernel_MHProposal (31 ms)
[ RUN      ] MCMC.DRKernel_MALA_Scaled
[       OK ] MCMC.DRKernel_MALA_Scaled (51 ms)
[ RUN      ] MCMC.DRKernel_MALA_Direct
[       OK ] MCMC.DRKernel_MALA_Direct (41 ms)
[ RUN      ] MCMC.DRKernel_Mixed
[       OK ] MCMC.DRKernel_Mixed (29 ms)
[ RUN      ] MCMC.DRKernel_MHProposal_Scaling
[       OK ] MCMC.DRKernel_MHProposal_Scaling (14 ms)
[ RUN      ] MCMC.DILI_AverageHessian
[       OK ] MCMC.DILI_AverageHessian (0 ms)
[ RUN      ] MCMC.DILIKernel_HessianOperator
[       OK ] MCMC.DILIKernel_HessianOperator (1 ms)
[ RUN      ] MCMC.DILIKernel_SubspaceCheck
[       OK ] MCMC.DILIKernel_SubspaceCheck (1 ms)
[ RUN      ] MCMC.DILIKernel_ManualConstruction
[       OK ] MCMC.DILIKernel_ManualConstruction (1158 ms)
[ RUN      ] MCMC.DILIKernel_AutomaticConstruction
Starting single chain MCMC sampler...
  10% Complete
    Block 0:
       LIS (dim=5): MHKernel acceptance Rate = 31%
       CS: MHKernel acceptance Rate = 100%
  20% Complete
    Block 0:
       LIS (dim=5): MHKernel acceptance Rate = 32%
       CS: MHKernel acceptance Rate = 100%
  30% Complete
    Block 0:
       LIS (dim=5): MHKernel acceptance Rate = 31%
       CS: MHKernel acceptance Rate = 100%
  40% Complete
    Block 0:
       LIS (dim=5): MHKernel acceptance Rate = 31%
       CS: MHKernel acceptance Rate = 100%
  50% Complete
    Block 0:
       LIS (dim=5): MHKernel acceptance Rate = 31%
       CS: MHKernel acceptance Rate = 100%
  60% Complete
    Block 0:
       LIS (dim=5): MHKernel acceptance Rate = 31%
       CS: MHKernel acceptance Rate = 100%
  70% Complete
    Block 0:
       LIS (dim=5): MHKernel acceptance Rate = 32%
       CS: MHKernel acceptance Rate = 100%
  80% Complete
    Block 0:
       LIS (dim=5): MHKernel acceptance Rate = 32%
       CS: MHKernel acceptance Rate = 100%
  90% Complete
    Block 0:
       LIS (dim=5): MHKernel acceptance Rate = 31%
       CS: MHKernel acceptance Rate = 100%
  100% Complete
    Block 0:
       LIS (dim=5): MHKernel acceptance Rate = 32%
       CS: MHKernel acceptance Rate = 100%
Completed in 1.408044000000001 seconds.
[       OK ] MCMC.DILIKernel_AutomaticConstruction (1453 ms)
[ RUN      ] MCMC.DILIKernel_AutomaticGaussNewton
[       OK ] MCMC.DILIKernel_AutomaticGaussNewton (375 ms)
[ RUN      ] MCMC.DILIKernel_LogNormal
[       OK ] MCMC.DILIKernel_LogNormal (771 ms)
[ RUN      ] MCMC.CrankNicolson
[       OK ] MCMC.CrankNicolson (924 ms)
[ RUN      ] MCMC.CrankNicolsonInGibbs
[       OK ] MCMC.CrankNicolsonInGibbs (244 ms)
[ RUN      ] MCMC.InfMALA
[       OK ] MCMC.InfMALA (281 ms)
[ RUN      ] MCMC.InfMALAInGibbs
[       OK ] MCMC.InfMALAInGibbs (5 ms)
[ RUN      ] MCMC.InverseGammaProposal_DirectInput
[       OK ] MCMC.InverseGammaProposal_DirectInput (63 ms)
[ RUN      ] MCMC.InverseGammaProposal_ModelInput
[       OK ] MCMC.InverseGammaProposal_ModelInput (214 ms)
[ RUN      ] MCMC.IndependenceProposal_FromOpts
[       OK ] MCMC.IndependenceProposal_FromOpts (33 ms)
[ RUN      ] MCMC.IndependenceProposal_Manual
[       OK ] MCMC.IndependenceProposal_Manual (27 ms)
[ RUN      ] MCMC.ParallelTempering_FromOpts
[       OK ] MCMC.ParallelTempering_FromOpts (56 ms)
[ RUN      ] MCMC.ParallelTempering_Manual
MCSE: 0.02135960067330727 0.02020056783833247
[       OK ] MCMC.ParallelTempering_Manual (57 ms)
[----------] 34 tests from MCMC (6371 ms total)

[----------] 1 test from SamplingProblem
[ RUN      ] SamplingProblem.GaussianTarget
[       OK ] SamplingProblem.GaussianTarget (0 ms)
[----------] 1 test from SamplingProblem (0 ms total)

[----------] 1 test from InferenceProblem
[ RUN      ] InferenceProblem.Gaussian
[       OK ] InferenceProblem.Gaussian (0 ms)
[----------] 1 test from InferenceProblem (0 ms total)

[----------] 1 test from ExpensiveSamplingProblemTests
[ RUN      ] ExpensiveSamplingProblemTests.GaussianTarget
[       OK ] ExpensiveSamplingProblemTests.GaussianTarget (81 ms)
[----------] 1 test from ExpensiveSamplingProblemTests (81 ms total)

[----------] 3 tests from Inference_KalmanFilter
[ RUN      ] Inference_KalmanFilter.SizeFail
[       OK ] Inference_KalmanFilter.SizeFail (0 ms)
[ RUN      ] Inference_KalmanFilter.VectorNoise
[       OK ] Inference_KalmanFilter.VectorNoise (0 ms)
[ RUN      ] Inference_KalmanFilter.FullNoise
[       OK ] Inference_KalmanFilter.FullNoise (0 ms)
[----------] 3 tests from Inference_KalmanFilter (0 ms total)

[----------] Global test environment tear-down
[==========] 370 tests from 67 test suites ran. (10477 ms total)
[  PASSED  ] 367 tests.
[  FAILED  ] 3 tests, listed below:
[  FAILED  ] Utilities_LyapunovSolver.MaternTest
[  FAILED  ] CostFunctionTests.RosenbrockCost
[  FAILED  ] ModPieceCostFunctionTests.RosenbrockCost

 3 FAILED TESTS
fnrizzi commented 3 months ago

NOT really a failure, needs to fix the assertion

fnrizzi commented 3 weeks ago

done