Package evaluation to test TimeseriesBase on Julia 1.14.0-DEV.1730 (9c1e1fa299*) started at 2026-02-17T15:49:17.235 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 12.47s ################################################################################ # Installation # Installing TimeseriesBase... Resolving package versions... Updating `~/.julia/environments/v1.14/Project.toml` [c2aba7f5] + TimeseriesBase v0.1.4 Updating `~/.julia/environments/v1.14/Manifest.toml` [187b0558] + ConstructionBase v1.6.0 [9a962f9c] + DataAPI v1.16.0 [e2d170a0] + DataValueInterfaces v1.0.0 [8bb1440f] + DelimitedFiles v1.9.1 [0703355e] + DimensionalData v0.29.26 [411431e0] + Extents v0.1.6 [5789e2e9] + FileIO v1.18.0 [85a1e053] + Interfaces v0.3.2 [8197267c] + IntervalSets v0.7.13 [41ab1584] + InvertedIndices v1.3.1 [82899510] + IteratorInterfaceExtensions v1.0.0 ⌅ [682c06a0] + JSON v0.21.4 [bac558e1] + OrderedCollections v1.8.1 [69de0a69] + Parsers v2.8.3 [aea7be01] + PrecompileTools v1.3.3 [21216c6a] + Preferences v1.5.1 [189a3867] + Reexport v1.2.2 [ae029012] + Requires v1.3.1 [10745b16] + Statistics v1.11.1 [3783bdb8] + TableTraits v1.0.1 [bd369af6] + Tables v1.12.1 [c2aba7f5] + TimeseriesBase v0.1.4 [1986cc42] + Unitful v1.28.0 [0dad84c5] + ArgTools v1.1.2 [56f22d72] + Artifacts v1.11.0 [2a0f44e3] + Base64 v1.11.0 [ade2ca70] + Dates v1.11.0 [f43a241f] + Downloads v1.7.0 [7b1f6079] + FileWatching v1.11.0 [ac6e5ff7] + JuliaSyntaxHighlighting v1.13.0 [b27032c2] + LibCURL v1.0.0 [76f85450] + LibGit2 v1.11.0 [8f399da3] + Libdl v1.11.0 [37e2e46d] + LinearAlgebra v1.13.0 [56ddb016] + Logging v1.11.0 [d6f4376e] + Markdown v1.11.0 [a63ad114] + Mmap v1.11.0 [ca575930] + NetworkOptions v1.3.0 [44cfe95a] + Pkg v1.14.0 [de0858da] + Printf v1.11.0 [9a3f8284] + Random v1.11.0 [ea8e919c] + SHA v1.0.0 [f489334b] + StyledStrings v1.13.0 [fa267f1f] + TOML v1.0.3 [a4e569a6] + Tar v1.10.0 [cf7118a7] + UUIDs v1.11.0 [4ec0a83e] + Unicode v1.11.0 [e66e0078] + CompilerSupportLibraries_jll v1.3.0+1 [deac9b47] + LibCURL_jll v8.18.0+0 [e37daf67] + LibGit2_jll v1.9.2+0 [29816b5a] + LibSSH2_jll v1.11.3+1 [14a3606d] + MozillaCACerts_jll v2025.12.2 [4536629a] + OpenBLAS_jll v0.3.30+0 [458c3c95] + OpenSSL_jll v3.5.5+0 [efcefdf7] + PCRE2_jll v10.47.0+0 [83775a58] + Zlib_jll v1.3.1+2 [3161d3a3] + Zstd_jll v1.5.7+1 [8e850b90] + libblastrampoline_jll v5.15.0+0 [8e850ede] + nghttp2_jll v1.68.0+1 [3f19e933] + p7zip_jll v17.7.0+0 Info Packages marked with ⌅ have new versions available but compatibility constraints restrict them from upgrading. To see why use `status --outdated -m` Installation completed after 4.71s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompiling packages... 1039.8 ms ✓ ADTypes → ADTypesConstructionBaseExt 1438.1 ms ✓ MaybeInplace 1312.6 ms ✓ SciMLLogging 3688.5 ms ✓ SciMLOperators 1511.1 ms ✓ TruncatedStacktraces 2471.6 ms ✓ SymbolicIndexingInterface 7370.4 ms ✓ Static 2471.5 ms ✓ PreallocationTools 24386.2 ms ✓ DimensionalData 1255.0 ms ✓ SciMLStructures 1436.2 ms ✓ IntervalSets → IntervalSetsRecipesBaseExt 47497.4 ms ✓ JLD2 1060.8 ms ✓ SciMLOperators → SciMLOperatorsStaticArraysCoreExt 8034.4 ms ✓ RecursiveArrayTools 1049.2 ms ✓ BitTwiddlingConvenienceFunctions 2278.9 ms ✓ CPUSummary 5108.1 ms ✓ StaticArrayInterface 1585.1 ms ✓ DimensionalData → DimensionalDataAdaptExt 1330.8 ms ✓ DimensionalData → DimensionalDataArrayInterfaceExt 2187.0 ms ✓ DimensionalData → DimensionalDataRecipesBaseExt WARNING: Constructor for type "Between" was extended in `Utils` without explicit qualification or import.  NOTE: Assumed "Between" refers to `DimensionalData.Between`. This behavior is deprecated and may differ in future versions.  NOTE: This behavior may have differed in Julia versions prior to 1.12.  Hint: If you intended to create a new generic function of the same name, use `function Between end`.  Hint: To silence the warning, qualify `Between` as `DimensionalData.Between` in the method signature or explicitly `import DimensionalData: Between`. WARNING: Constructor for type "Touches" was extended in `Utils` without explicit qualification or import.  NOTE: Assumed "Touches" refers to `DimensionalData.Touches`. This behavior is deprecated and may differ in future versions.  NOTE: This behavior may have differed in Julia versions prior to 1.12.  Hint: If you intended to create a new generic function of the same name, use `function Touches end`.  Hint: To silence the warning, qualify `Touches` as `DimensionalData.Touches` in the method signature or explicitly `import DimensionalData: Touches`. WARNING: Constructor for type "Where" was extended in `Utils` without explicit qualification or import.  NOTE: Assumed "Where" refers to `DimensionalData.Where`. This behavior is deprecated and may differ in future versions.  NOTE: This behavior may have differed in Julia versions prior to 1.12.  Hint: If you intended to create a new generic function of the same name, use `function Where end`.  Hint: To silence the warning, qualify `Where` as `DimensionalData.Where` in the method signature or explicitly `import DimensionalData: Where`. WARNING: Constructor for type "Contains" was extended in `Utils` without explicit qualification or import.  NOTE: Assumed "Contains" refers to `DimensionalData.Contains`. This behavior is deprecated and may differ in future versions.  NOTE: This behavior may have differed in Julia versions prior to 1.12.  Hint: If you intended to create a new generic function of the same name, use `function Contains end`.  Hint: To silence the warning, qualify `Contains` as `DimensionalData.Contains` in the method signature or explicitly `import DimensionalData: Contains`. 11171.8 ms ✓ TimeseriesBase 1434.3 ms ✓ RecursiveArrayTools → RecursiveArrayToolsTablesExt 1414.3 ms ✓ RecursiveArrayTools → RecursiveArrayToolsStatisticsExt 2450.2 ms ✓ PolyesterWeave 1175.6 ms ✓ CloseOpenIntervals 1572.6 ms ✓ LayoutPointers 31434.0 ms ✓ SciMLBase 2292.7 ms ✓ StrideArraysCore 3424.0 ms ✓ SciMLBase → SciMLBaseDifferentiationInterfaceExt 11654.4 ms ✓ TimeseriesBase → SciMLBaseExt 2126.4 ms ✓ Polyester ERROR: LoadError: Precompiled image Base.PkgId(Base.UUID("0bca4576-84f4-4d90-8ffe-ffa030f20462"), "SciMLBase") not available with flags CacheFlags(; use_pkgimages=false, debug_level=1, check_bounds=1, inline=true, opt_level=0) Stacktrace:  [1] error(s::String)  @ Base ./error.jl:56  [2] __require_prelocked(pkg::Base.PkgId, env::String)  @ Base ./loading.jl:2840  [3] _require_prelocked(uuidkey::Base.PkgId, env::String)  @ Base ./loading.jl:2694  [4] macro expansion  @ ./loading.jl:2621 [inlined]  [5] macro expansion  @ ./lock.jl:376 [inlined]  [6] __require(into::Module, mod::Symbol)  @ Base ./loading.jl:2585  [7] require  @ ./loading.jl:2561 [inlined]  [8] eval_import_path  @ ./module.jl:36 [inlined]  [9] eval_import_path_all(at::Module, path::Expr, keyword::String)  @ Base ./module.jl:60  [10] _eval_import(::Bool, ::Module, ::Expr, ::Expr, ::Vararg{Expr})  @ Base ./module.jl:101  [11] top-level scope  @ ~/.julia/packages/SciMLJacobianOperators/k05eI/src/SciMLJacobianOperators.jl:10  [12] include(mod::Module, _path::String)  @ Base ./Base.jl:309  [13] include_package_for_output(pkg::Base.PkgId, input::String, syntax_version::VersionNumber, depot_path::Vector{String}, dl_load_path::Vector{String}, load_path::Vector{String}, concrete_deps::Vector{Pair{Base.PkgId, UInt128}}, source::Nothing)  @ Base ./loading.jl:3288  [14] top-level scope  @ stdin:5  [15] eval(m::Module, e::Any)  @ Core ./boot.jl:489  [16] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base ./loading.jl:3130  [17] include_string  @ ./loading.jl:3140 [inlined]  [18] exec_options(opts::Base.JLOptions)  @ Base ./client.jl:342  [19] _start()  @ Base ./client.jl:585 in expression starting at /home/pkgeval/.julia/packages/SciMLJacobianOperators/k05eI/src/SciMLJacobianOperators.jl:1 in expression starting at stdin:5 ✗ SciMLJacobianOperators 2125.4 ms ✓ FastBroadcast ERROR: LoadError: Precompiled image Base.PkgId(Base.UUID("0bca4576-84f4-4d90-8ffe-ffa030f20462"), "SciMLBase") not available with flags CacheFlags(; use_pkgimages=false, debug_level=1, check_bounds=1, inline=true, opt_level=0) Stacktrace:  [1] error(s::String)  @ Base ./error.jl:56  [2] __require_prelocked(pkg::Base.PkgId, env::String)  @ Base ./loading.jl:2840  [3] _require_prelocked(uuidkey::Base.PkgId, env::String)  @ Base ./loading.jl:2694  [4] macro expansion  @ ./loading.jl:2621 [inlined]  [5] macro expansion  @ ./lock.jl:376 [inlined]  [6] __require(into::Module, mod::Symbol)  @ Base ./loading.jl:2585  [7] require  @ ./loading.jl:2561 [inlined]  [8] eval_import_path  @ ./module.jl:36 [inlined]  [9] eval_import_path_all(at::Module, path::Expr, keyword::String)  @ Base ./module.jl:60  [10] _eval_import(::Bool, ::Module, ::Expr, ::Expr, ::Vararg{Expr})  @ Base ./module.jl:101  [11] top-level scope  @ ~/.julia/packages/NonlinearSolveBase/TDTJo/src/NonlinearSolveBase.jl:19  [12] include(mod::Module, _path::String)  @ Base ./Base.jl:309  [13] include_package_for_output(pkg::Base.PkgId, input::String, syntax_version::VersionNumber, depot_path::Vector{String}, dl_load_path::Vector{String}, load_path::Vector{String}, concrete_deps::Vector{Pair{Base.PkgId, UInt128}}, source::Nothing)  @ Base ./loading.jl:3288  [14] top-level scope  @ stdin:5  [15] eval(m::Module, e::Any)  @ Core ./boot.jl:489  [16] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base ./loading.jl:3130  [17] include_string  @ ./loading.jl:3140 [inlined]  [18] exec_options(opts::Base.JLOptions)  @ Base ./client.jl:342  [19] _start()  @ Base ./client.jl:585 in expression starting at /home/pkgeval/.julia/packages/NonlinearSolveBase/TDTJo/src/NonlinearSolveBase.jl:1 in expression starting at stdin:5 ✗ NonlinearSolveBase 1957.2 ms ✓ RecursiveArrayTools → RecursiveArrayToolsFastBroadcastExt ERROR: LoadError: Precompiled image Base.PkgId(Base.UUID("be0214bd-f91f-a760-ac4e-3421ce2b2da0"), "NonlinearSolveBase") not available with flags CacheFlags(; use_pkgimages=false, debug_level=1, check_bounds=1, inline=true, opt_level=0) Stacktrace:  [1] error(s::String)  @ Base ./error.jl:56  [2] __require_prelocked(pkg::Base.PkgId, env::String)  @ Base ./loading.jl:2840  [3] _require_prelocked(uuidkey::Base.PkgId, env::String)  @ Base ./loading.jl:2694  [4] macro expansion  @ ./loading.jl:2621 [inlined]  [5] macro expansion  @ ./lock.jl:376 [inlined]  [6] __require(into::Module, mod::Symbol)  @ Base ./loading.jl:2585  [7] require  @ ./loading.jl:2561 [inlined]  [8] eval_import_path  @ ./module.jl:36 [inlined]  [9] eval_import_path_all(at::Module, path::Expr, keyword::String)  @ Base ./module.jl:60  [10] _eval_import(::Bool, ::Module, ::Expr, ::Expr, ::Vararg{Expr})  @ Base ./module.jl:101  [11] top-level scope  @ ~/.julia/packages/BracketingNonlinearSolve/qJnIR/src/BracketingNonlinearSolve.jl:8  [12] include(mod::Module, _path::String)  @ Base ./Base.jl:309  [13] include_package_for_output(pkg::Base.PkgId, input::String, syntax_version::VersionNumber, depot_path::Vector{String}, dl_load_path::Vector{String}, load_path::Vector{String}, concrete_deps::Vector{Pair{Base.PkgId, UInt128}}, source::Nothing)  @ Base ./loading.jl:3288  [14] top-level scope  @ stdin:5  [15] eval(m::Module, e::Any)  @ Core ./boot.jl:489  [16] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base ./loading.jl:3130  [17] include_string  @ ./loading.jl:3140 [inlined]  [18] exec_options(opts::Base.JLOptions)  @ Base ./client.jl:342  [19] _start()  @ Base ./client.jl:585 in expression starting at /home/pkgeval/.julia/packages/BracketingNonlinearSolve/qJnIR/src/BracketingNonlinearSolve.jl:1 in expression starting at stdin:5 ✗ BracketingNonlinearSolve ERROR: LoadError: Precompiled image Base.PkgId(Base.UUID("70df07ce-3d50-431d-a3e7-ca6ddb60ac1e"), "BracketingNonlinearSolve") not available with flags CacheFlags(; use_pkgimages=false, debug_level=1, check_bounds=1, inline=true, opt_level=0) Stacktrace:  [1] error(s::String)  @ Base ./error.jl:56  [2] __require_prelocked(pkg::Base.PkgId, env::String)  @ Base ./loading.jl:2840  [3] _require_prelocked(uuidkey::Base.PkgId, env::String)  @ Base ./loading.jl:2694  [4] macro expansion  @ ./loading.jl:2621 [inlined]  [5] macro expansion  @ ./lock.jl:376 [inlined]  [6] __require(into::Module, mod::Symbol)  @ Base ./loading.jl:2585  [7] require  @ ./loading.jl:2561 [inlined]  [8] eval_import_path  @ ./module.jl:36 [inlined]  [9] eval_import_path_all(at::Module, path::Expr, keyword::String)  @ Base ./module.jl:60  [10] _eval_import(::Bool, ::Module, ::Expr, ::Expr, ::Vararg{Expr})  @ Base ./module.jl:101  [11] top-level scope  @ ~/.julia/packages/DiffEqBase/7qntu/src/DiffEqBase.jl:116  [12] include(mod::Module, _path::String)  @ Base ./Base.jl:309  [13] include_package_for_output(pkg::Base.PkgId, input::String, syntax_version::VersionNumber, depot_path::Vector{String}, dl_load_path::Vector{String}, load_path::Vector{String}, concrete_deps::Vector{Pair{Base.PkgId, UInt128}}, source::Nothing)  @ Base ./loading.jl:3288  [14] top-level scope  @ stdin:5  [15] eval(m::Module, e::Any)  @ Core ./boot.jl:489  [16] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base ./loading.jl:3130  [17] include_string  @ ./loading.jl:3140 [inlined]  [18] exec_options(opts::Base.JLOptions)  @ Base ./client.jl:342  [19] _start()  @ Base ./client.jl:585 in expression starting at /home/pkgeval/.julia/packages/DiffEqBase/7qntu/src/DiffEqBase.jl:1 in expression starting at stdin:5 ✗ DiffEqBase 6115.1 ms ✓ DiffEqBase → DiffEqBaseUnitfulExt ERROR: LoadError: Precompiled image Base.PkgId(Base.UUID("2b5f629d-d688-5b77-993f-72d75c75574e"), "DiffEqBase") not available with flags CacheFlags(; use_pkgimages=false, debug_level=1, check_bounds=1, inline=true, opt_level=0) Stacktrace:  [1] error(s::String)  @ Base ./error.jl:56  [2] __require_prelocked(pkg::Base.PkgId, env::String)  @ Base ./loading.jl:2840  [3] _require_prelocked(uuidkey::Base.PkgId, env::String)  @ Base ./loading.jl:2694  [4] macro expansion  @ ./loading.jl:2621 [inlined]  [5] macro expansion  @ ./lock.jl:376 [inlined]  [6] __require(into::Module, mod::Symbol)  @ Base ./loading.jl:2585  [7] require  @ ./loading.jl:2561 [inlined]  [8] eval_import_path  @ ./module.jl:36 [inlined]  [9] _eval_import(imported::Bool, to::Module, from::Nothing, paths::Expr)  @ Base ./module.jl:111  [10] top-level scope  @ ~/.julia/packages/OrdinaryDiffEqCore/oyzWP/src/OrdinaryDiffEqCore.jl:12  [11] include(mod::Module, _path::String)  @ Base ./Base.jl:309  [12] include_package_for_output(pkg::Base.PkgId, input::String, syntax_version::VersionNumber, depot_path::Vector{String}, dl_load_path::Vector{String}, load_path::Vector{String}, concrete_deps::Vector{Pair{Base.PkgId, UInt128}}, source::Nothing)  @ Base ./loading.jl:3288  [13] top-level scope  @ stdin:5  [14] eval(m::Module, e::Any)  @ Core ./boot.jl:489  [15] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base ./loading.jl:3130  [16] include_string  @ ./loading.jl:3140 [inlined]  [17] exec_options(opts::Base.JLOptions)  @ Base ./client.jl:342  [18] _start()  @ Base ./client.jl:585 in expression starting at /home/pkgeval/.julia/packages/OrdinaryDiffEqCore/oyzWP/src/OrdinaryDiffEqCore.jl:1 in expression starting at stdin:5 ✗ OrdinaryDiffEqCore 15444.3 ms ✓ OrdinaryDiffEqTsit5 35 dependencies successfully precompiled in 237 seconds. 125 already precompiled. 1 dependency had output during precompilation: ┌ TimeseriesBase │ WARNING: Constructor for type "Between" was extended in `Utils` without explicit qualification or import. │ NOTE: Assumed "Between" refers to `DimensionalData.Between`. This behavior is deprecated and may differ in future versions. │ NOTE: This behavior may have differed in Julia versions prior to 1.12. │ Hint: If you intended to create a new generic function of the same name, use `function Between end`. │ Hint: To silence the warning, qualify `Between` as `DimensionalData.Between` in the method signature or explicitly `import DimensionalData: Between`. │ WARNING: Constructor for type "Touches" was extended in `Utils` without explicit qualification or import. │ NOTE: Assumed "Touches" refers to `DimensionalData.Touches`. This behavior is deprecated and may differ in future versions. │ NOTE: This behavior may have differed in Julia versions prior to 1.12. │ Hint: If you intended to create a new generic function of the same name, use `function Touches end`. │ Hint: To silence the warning, qualify `Touches` as `DimensionalData.Touches` in the method signature or explicitly `import DimensionalData: Touches`. │ WARNING: Constructor for type "Where" was extended in `Utils` without explicit qualification or import. │ NOTE: Assumed "Where" refers to `DimensionalData.Where`. This behavior is deprecated and may differ in future versions. │ NOTE: This behavior may have differed in Julia versions prior to 1.12. │ Hint: If you intended to create a new generic function of the same name, use `function Where end`. │ Hint: To silence the warning, qualify `Where` as `DimensionalData.Where` in the method signature or explicitly `import DimensionalData: Where`. │ WARNING: Constructor for type "Contains" was extended in `Utils` without explicit qualification or import. │ NOTE: Assumed "Contains" refers to `DimensionalData.Contains`. This behavior is deprecated and may differ in future versions. │ NOTE: This behavior may have differed in Julia versions prior to 1.12. │ Hint: If you intended to create a new generic function of the same name, use `function Contains end`. │ Hint: To silence the warning, qualify `Contains` as `DimensionalData.Contains` in the method signature or explicitly `import DimensionalData: Contains`. └ Precompilation completed after 257.49s ################################################################################ # Testing # Testing TimeseriesBase Status `/tmp/jl_QtGoDl/Project.toml` [4c88cf16] Aqua v0.8.14 [2b5f629d] DiffEqBase v6.203.0 [0703355e] DimensionalData v0.29.26 [85a1e053] Interfaces v0.3.2 [8197267c] IntervalSets v0.7.13 [033835bb] JLD2 v0.6.3 [b1df2697] OrdinaryDiffEqTsit5 v1.9.0 [189a3867] Reexport v1.2.2 [0bca4576] SciMLBase v2.138.1 [10745b16] Statistics v1.11.1 [f8b46487] TestItemRunner v1.1.4 [1c621080] TestItems v1.0.0 [c2aba7f5] TimeseriesBase v0.1.4 [1986cc42] Unitful v1.28.0 [ade2ca70] Dates v1.11.0 [37e2e46d] LinearAlgebra v1.13.0 [9a3f8284] Random v1.11.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_QtGoDl/Manifest.toml` [47edcb42] ADTypes v1.21.0 [7d9f7c33] Accessors v0.1.43 [79e6a3ab] Adapt v4.4.0 [4c88cf16] Aqua v0.8.14 [4fba245c] ArrayInterface v7.22.0 [62783981] BitTwiddlingConvenienceFunctions v0.1.6 [70df07ce] BracketingNonlinearSolve v1.7.0 [2a0fbf3d] CPUSummary v0.2.7 [0b6fb165] ChunkCodecCore v1.0.1 [4c0bbee4] ChunkCodecLibZlib v1.0.0 [55437552] ChunkCodecLibZstd v1.0.0 [fb6a15b2] CloseOpenIntervals v0.1.13 [38540f10] CommonSolve v0.2.6 [f70d9fcc] CommonWorldInvalidations v1.0.0 [34da2185] Compat v4.18.1 [a33af91c] CompositionsBase v0.1.2 [2569d6c7] ConcreteStructs v0.2.3 [187b0558] ConstructionBase v1.6.0 [adafc99b] CpuId v0.3.1 [9a962f9c] DataAPI v1.16.0 [864edb3b] DataStructures v0.19.3 [e2d170a0] DataValueInterfaces v1.0.0 [8bb1440f] DelimitedFiles v1.9.1 [2b5f629d] DiffEqBase v6.203.0 [a0c0ee7d] DifferentiationInterface v0.7.16 [0703355e] DimensionalData v0.29.26 [ffbed154] DocStringExtensions v0.9.5 [4e289a0a] EnumX v1.0.6 [f151be2c] EnzymeCore v0.8.18 [e2ba6199] ExprTools v0.1.10 [55351af7] ExproniconLite v0.10.14 [411431e0] Extents v0.1.6 [7034ab61] FastBroadcast v0.3.5 [9aa1b823] FastClosures v0.3.2 [a4df4552] FastPower v1.3.1 [5789e2e9] FileIO v1.18.0 [1a297f60] FillArrays v1.16.0 [069b7b12] FunctionWrappers v1.1.3 [77dc65aa] FunctionWrappersWrappers v0.1.3 [46192b85] GPUArraysCore v0.2.0 [076d061b] HashArrayMappedTries v0.2.0 [615f187c] IfElse v0.1.1 [85a1e053] Interfaces v0.3.2 [8197267c] IntervalSets v0.7.13 [3587e190] InverseFunctions v0.1.17 [41ab1584] InvertedIndices v1.3.1 [92d709cd] IrrationalConstants v0.2.6 [82899510] IteratorInterfaceExtensions v1.0.0 [033835bb] JLD2 v0.6.3 ⌅ [682c06a0] JSON v0.21.4 [ae98c720] Jieko v0.2.1 [10f19ff3] LayoutPointers v0.1.17 [2ab3a3ac] LogExpFunctions v0.3.29 [e6f89c97] LoggingExtras v1.2.0 [1914dd2f] MacroTools v0.5.16 [d125e4d3] ManualMemory v0.1.8 [bb5d69b7] MaybeInplace v0.1.4 [2e0e35c7] Moshi v0.3.7 [46d2c3a1] MuladdMacro v0.2.4 [be0214bd] NonlinearSolveBase v2.12.0 [bac558e1] OrderedCollections v1.8.1 [bbf590c4] OrdinaryDiffEqCore v3.5.1 [b1df2697] OrdinaryDiffEqTsit5 v1.9.0 [69de0a69] Parsers v2.8.3 [f517fe37] Polyester v0.7.19 [1d0040c9] PolyesterWeave v0.2.2 [d236fae5] PreallocationTools v1.1.2 [aea7be01] PrecompileTools v1.3.3 [21216c6a] Preferences v1.5.1 [3cdcf5f2] RecipesBase v1.3.4 [731186ca] RecursiveArrayTools v3.48.0 [189a3867] Reexport v1.2.2 [ae029012] Requires v1.3.1 [7e49a35a] RuntimeGeneratedFunctions v0.5.17 [94e857df] SIMDTypes v0.1.0 [0bca4576] SciMLBase v2.138.1 [19f34311] SciMLJacobianOperators v0.1.12 [a6db7da4] SciMLLogging v1.8.0 [c0aeaf25] SciMLOperators v1.15.1 [431bcebd] SciMLPublic v1.0.1 [53ae85a6] SciMLStructures v1.10.0 [7e506255] ScopedValues v1.5.0 [efcf1570] Setfield v1.1.2 [aedffcd0] Static v1.3.1 [0d7ed370] StaticArrayInterface v1.9.0 [1e83bf80] StaticArraysCore v1.4.4 [10745b16] Statistics v1.11.1 [7792a7ef] StrideArraysCore v0.5.8 [2efcf032] SymbolicIndexingInterface v0.3.46 [3783bdb8] TableTraits v1.0.1 [bd369af6] Tables v1.12.1 [f8b46487] TestItemRunner v1.1.4 [1c621080] TestItems v1.0.0 [8290d209] ThreadingUtilities v0.5.5 [a759f4b9] TimerOutputs v0.5.29 [c2aba7f5] TimeseriesBase v0.1.4 [781d530d] TruncatedStacktraces v1.4.0 [1986cc42] Unitful v1.28.0 [0dad84c5] ArgTools v1.1.2 [56f22d72] Artifacts v1.11.0 [2a0f44e3] Base64 v1.11.0 [ade2ca70] Dates v1.11.0 [8ba89e20] Distributed v1.11.0 [f43a241f] Downloads v1.7.0 [7b1f6079] FileWatching v1.11.0 [9fa8497b] Future v1.11.0 [b77e0a4c] InteractiveUtils v1.11.0 [ac6e5ff7] JuliaSyntaxHighlighting v1.13.0 [b27032c2] LibCURL v1.0.0 [76f85450] LibGit2 v1.11.0 [8f399da3] Libdl v1.11.0 [37e2e46d] LinearAlgebra v1.13.0 [56ddb016] Logging v1.11.0 [d6f4376e] Markdown v1.11.0 [a63ad114] Mmap v1.11.0 [ca575930] NetworkOptions v1.3.0 [44cfe95a] Pkg v1.14.0 [de0858da] Printf v1.11.0 [9a3f8284] Random v1.11.0 [ea8e919c] SHA v1.0.0 [9e88b42a] Serialization v1.11.0 [6462fe0b] Sockets v1.11.0 [f489334b] StyledStrings v1.13.0 [fa267f1f] TOML v1.0.3 [a4e569a6] Tar v1.10.0 [8dfed614] Test v1.11.0 [cf7118a7] UUIDs v1.11.0 [4ec0a83e] Unicode v1.11.0 [e66e0078] CompilerSupportLibraries_jll v1.3.0+1 [deac9b47] LibCURL_jll v8.18.0+0 [e37daf67] LibGit2_jll v1.9.2+0 [29816b5a] LibSSH2_jll v1.11.3+1 [14a3606d] MozillaCACerts_jll v2025.12.2 [4536629a] OpenBLAS_jll v0.3.30+0 [458c3c95] OpenSSL_jll v3.5.5+0 [efcefdf7] PCRE2_jll v10.47.0+0 [83775a58] Zlib_jll v1.3.1+2 [3161d3a3] Zstd_jll v1.5.7+1 [8e850b90] libblastrampoline_jll v5.15.0+0 [8e850ede] nghttp2_jll v1.68.0+1 [3f19e933] p7zip_jll v17.7.0+0 Info Packages marked with ⌅ have new versions available but compatibility constraints restrict them from upgrading. Testing Running tests... ┌ Warning: `ustrip(A::AbstractArray{T}) where T <: Number` is deprecated, use `ustrip.(A)` instead. │ caller = ustripall(a::StepRange{Unitful.Quantity{Int64, 𝐓, Unitful.FreeUnits{(s,), 𝐓, nothing}}, Unitful.Quantity{Int64, 𝐓, Unitful.FreeUnits{(s,), 𝐓, nothing}}}) at UnitfulTools.jl:178 └ @ Core ~/.julia/packages/TimeseriesBase/39auu/src/UnitfulTools.jl:178 Testing DimArrayInterface is implemented for TimeseriesBase.ToolsArrays.ToolsArray Mandatory components dims: (defines a `dims` method [true], dims are updated on getindex [true]) refdims_base: `refdims` returns a tuple of Dimension or empty [true] ndims: number of dims matches dimensions of array [true] size: length of dims matches dimensions of array [true] rebuild_parent: rebuild parent from args [true] rebuild_dims: rebuild paaarnet and dims from args [true] rebuild_parent_kw: rebuild parent from args [true] rebuild_dims_kw: rebuild dims from args [true] rebuild: all rebuild arguments and keywords are accepted [true] [0.41953106937288637, 1.196564424997142, -0.34995095777355856, -0.004615774804543244, 0.13674808614202563, -0.2300092107199973, -2.0061418449878747, -0.8876373211904824, 1.168380088767995, -0.41249735824115835]┌ 10-element ToolsArray{Float64, 1} ┐ ├───────────────────────────────────┴─────────────── dims ┐ ↓ 𝑡 Sampled{Int64} 1:10 ForwardOrdered Regular Points └─────────────────────────────────────────────────────────┘ 1 0.419531 2 1.19656 3 -0.349951 4 -0.00461577 5 0.136748 6 -0.230009 7 -2.00614 8 -0.887637 9 1.16838 10 -0.412497 [-0.17308946422499089 0.6900891745314832 -0.2988412768433538 -0.5304699482675359 -2.5978722205701272 0.3451767647263484 -0.8774186480770033 -0.6133340559394279 0.9289678503471891 -0.5082548277465792; 1.3168223635146876 -0.028917867914558033 0.10171689673592522 -1.8129075170495454 0.10281546318205384 -0.03261902004987329 0.37061553620963594 -0.4399156831469438 1.644671860562757 -1.0205295048032619; 0.7331430897854256 0.43181209441156904 -0.18132667918487708 1.9052757047768596 -1.8367863531548114 1.634934603085136 0.4117746674478186 -0.5348908767160604 0.7461499616297875 0.5382882704522758; 0.5603946594342055 -0.1905984335451725 -1.000160348807181 0.2700981423795321 -0.8030057706319729 0.492669700589147 1.0701569635951058 -0.17532310619927588 -0.10265247982188695 0.23644281148552376; -0.680451391824187 0.9369385661738038 -0.6805635024152124 -0.00599622184191602 -0.1998901141205475 -1.4253539593489755 0.03923391285515746 2.5241849217189096 -2.6804673191710333 0.17825120186440277; -1.0990717197128674 -2.0410254256117875 1.2492447461297673 0.8839513851626359 1.1669519048669013 0.613239570548487 0.06024189661199063 0.09518849299533982 0.3873596439504667 2.637134163535657; 1.653633197512288 0.774056939635714 -1.596668778913016 -0.3483230141911294 -0.497538330372466 -0.5245325995673802 0.8166742758465898 0.10949711216292192 -0.40781318585476783 0.9293119262850511; -0.7190381510631647 0.1419020634968587 -0.6456435165042251 0.5927638661429964 -0.2546498942122551 1.130811404314018 0.1577716618406808 0.5447677992250576 0.4434301618985663 0.8271448963425095; 1.0436866218255518 2.015060476147565 -1.9113277499202777 0.8583778441833902 0.12398056448772325 0.18018966987209195 -0.0026379295331165533 1.0219193754389804 0.29309997491487433 0.7133149800635534; 0.05529470624410197 -1.2608271008641905 -1.4667838812967147 -1.6762546274767915 -1.3391821377637105 -0.6124968931246265 0.09975056618481692 0.18796527581246494 1.5685795288452309 -2.3086002972377884]┌ 10×10 ToolsArray{Float64, 2} ┐ ├──────────────────────────────┴──────────────────── dims ┐ ↓ 𝑡 Sampled{Int64} 1:10 ForwardOrdered Regular Points, → 𝑥 Sampled{Int64} 1:10 ForwardOrdered Regular Points └─────────────────────────────────────────────────────────┘ ↓ → 1 2 3 4 5 6 7 8 9 10 1 -0.173089 0.690089 -0.298841 -0.53047 -2.59787 0.345177 -0.877419 -0.613334 0.928968 -0.508255 2 1.31682 -0.0289179 0.101717 -1.81291 0.102815 -0.032619 0.370616 -0.439916 1.64467 -1.02053 3 0.733143 0.431812 -0.181327 1.90528 -1.83679 1.63493 0.411775 -0.534891 0.74615 0.538288 4 0.560395 -0.190598 -1.00016 0.270098 -0.803006 0.49267 1.07016 -0.175323 -0.102652 0.236443 5 -0.680451 0.936939 -0.680564 -0.00599622 -0.19989 -1.42535 0.0392339 2.52418 -2.68047 0.178251 6 -1.09907 -2.04103 1.24924 0.883951 1.16695 0.61324 0.0602419 0.0951885 0.38736 2.63713 7 1.65363 0.774057 -1.59667 -0.348323 -0.497538 -0.524533 0.816674 0.109497 -0.407813 0.929312 8 -0.719038 0.141902 -0.645644 0.592764 -0.25465 1.13081 0.157772 0.544768 0.44343 0.827145 9 1.04369 2.01506 -1.91133 0.858378 0.123981 0.18019 -0.00263793 1.02192 0.2931 0.713315 10 0.0552947 -1.26083 -1.46678 -1.67625 -1.33918 -0.612497 0.0997506 0.187965 1.56858 -2.3086 [0.2959410398654 -0.0924227037494907; -0.4499556186673824 -1.463671122044084;;; 0.09666629841831956 0.12312128754446287; -0.9432685229732609 2.1677755038297977]┌ 2×2×2 ToolsArray{Float64, 3} ┐ ├──────────────────────────────┴─────────────────── dims ┐ ↓ 𝑡 Sampled{Int64} 1:2 ForwardOrdered Regular Points, → 𝑥 Sampled{Int64} 1:2 ForwardOrdered Regular Points, ↗ 𝑦 Sampled{Int64} 1:2 ForwardOrdered Regular Points └────────────────────────────────────────────────────────┘ [:, :, 1] ↓ → 1 2 1 0.295941 -0.0924227 2 -0.449956 -1.46367 [[2.1862076489783435 0.9287938046822104; -0.13388450461019347 1.0724977288034263; 0.18793960624694786 -0.4841981357637336] [2.1862076489783435 0.9287938046822104; -0.13388450461019347 1.0724977288034263; 0.18793960624694786 -0.4841981357637336] [2.1862076489783435 0.9287938046822104; -0.13388450461019347 1.0724977288034263; 0.18793960624694786 -0.4841981357637336] [2.1862076489783435 0.9287938046822104; -0.13388450461019347 1.0724977288034263; 0.18793960624694786 -0.4841981357637336] [2.1862076489783435 0.9287938046822104; -0.13388450461019347 1.0724977288034263; 0.18793960624694786 -0.4841981357637336] [2.1862076489783435 0.9287938046822104; -0.13388450461019347 1.0724977288034263; 0.18793960624694786 -0.4841981357637336] [2.1862076489783435 0.9287938046822104; -0.13388450461019347 1.0724977288034263; 0.18793960624694786 -0.4841981357637336] [2.1862076489783435 0.9287938046822104; -0.13388450461019347 1.0724977288034263; 0.18793960624694786 -0.4841981357637336] [2.1862076489783435 0.9287938046822104; -0.13388450461019347 1.0724977288034263; 0.18793960624694786 -0.4841981357637336] [2.1862076489783435 0.9287938046822104; -0.13388450461019347 1.0724977288034263; 0.18793960624694786 -0.4841981357637336]; [2.1862076489783435 0.9287938046822104; -0.13388450461019347 1.0724977288034263; 0.18793960624694786 -0.4841981357637336] [2.1862076489783435 0.9287938046822104; -0.13388450461019347 1.0724977288034263; 0.18793960624694786 -0.4841981357637336] [2.1862076489783435 0.9287938046822104; -0.13388450461019347 1.0724977288034263; 0.18793960624694786 -0.4841981357637336] [2.1862076489783435 0.9287938046822104; -0.13388450461019347 1.0724977288034263; 0.18793960624694786 -0.4841981357637336] [2.1862076489783435 0.9287938046822104; -0.13388450461019347 1.0724977288034263; 0.18793960624694786 -0.4841981357637336] [2.1862076489783435 0.9287938046822104; -0.13388450461019347 1.0724977288034263; 0.18793960624694786 -0.4841981357637336] [2.1862076489783435 0.9287938046822104; -0.13388450461019347 1.0724977288034263; 0.18793960624694786 -0.4841981357637336] [2.1862076489783435 0.9287938046822104; -0.13388450461019347 1.0724977288034263; 0.18793960624694786 -0.4841981357637336] [2.1862076489783435 0.9287938046822104; -0.13388450461019347 1.0724977288034263; 0.18793960624694786 -0.4841981357637336] [2.1862076489783435 0.9287938046822104; -0.13388450461019347 1.0724977288034263; 0.18793960624694786 -0.4841981357637336]; [2.1862076489783435 0.9287938046822104; -0.13388450461019347 1.0724977288034263; 0.18793960624694786 -0.4841981357637336] [2.1862076489783435 0.9287938046822104; -0.13388450461019347 1.0724977288034263; 0.18793960624694786 -0.4841981357637336] [2.1862076489783435 0.9287938046822104; -0.13388450461019347 1.0724977288034263; 0.18793960624694786 -0.4841981357637336] [2.1862076489783435 0.9287938046822104; -0.13388450461019347 1.0724977288034263; 0.18793960624694786 -0.4841981357637336] [2.1862076489783435 0.9287938046822104; -0.13388450461019347 1.0724977288034263; 0.18793960624694786 -0.4841981357637336] [2.1862076489783435 0.9287938046822104; -0.13388450461019347 1.0724977288034263; 0.18793960624694786 -0.4841981357637336] [2.1862076489783435 0.9287938046822104; -0.13388450461019347 1.0724977288034263; 0.18793960624694786 -0.4841981357637336] [2.1862076489783435 0.9287938046822104; -0.13388450461019347 1.0724977288034263; 0.18793960624694786 -0.4841981357637336] [2.1862076489783435 0.9287938046822104; -0.13388450461019347 1.0724977288034263; 0.18793960624694786 -0.4841981357637336] [2.1862076489783435 0.9287938046822104; -0.13388450461019347 1.0724977288034263; 0.18793960624694786 -0.4841981357637336]; [2.1862076489783435 0.9287938046822104; -0.13388450461019347 1.0724977288034263; 0.18793960624694786 -0.4841981357637336] [2.1862076489783435 0.9287938046822104; -0.13388450461019347 1.0724977288034263; 0.18793960624694786 -0.4841981357637336] [2.1862076489783435 0.9287938046822104; -0.13388450461019347 1.0724977288034263; 0.18793960624694786 -0.4841981357637336] [2.1862076489783435 0.9287938046822104; -0.13388450461019347 1.0724977288034263; 0.18793960624694786 -0.4841981357637336] [2.1862076489783435 0.9287938046822104; -0.13388450461019347 1.0724977288034263; 0.18793960624694786 -0.4841981357637336] [2.1862076489783435 0.9287938046822104; -0.13388450461019347 1.0724977288034263; 0.18793960624694786 -0.4841981357637336] [2.1862076489783435 0.9287938046822104; -0.13388450461019347 1.0724977288034263; 0.18793960624694786 -0.4841981357637336] [2.1862076489783435 0.9287938046822104; -0.13388450461019347 1.0724977288034263; 0.18793960624694786 -0.4841981357637336] [2.1862076489783435 0.9287938046822104; -0.13388450461019347 1.0724977288034263; 0.18793960624694786 -0.4841981357637336] [2.1862076489783435 0.9287938046822104; -0.13388450461019347 1.0724977288034263; 0.18793960624694786 -0.4841981357637336]; [2.1862076489783435 0.9287938046822104; -0.13388450461019347 1.0724977288034263; 0.18793960624694786 -0.4841981357637336] [2.1862076489783435 0.9287938046822104; -0.13388450461019347 1.0724977288034263; 0.18793960624694786 -0.4841981357637336] [2.1862076489783435 0.9287938046822104; -0.13388450461019347 1.0724977288034263; 0.18793960624694786 -0.4841981357637336] [2.1862076489783435 0.9287938046822104; -0.13388450461019347 1.0724977288034263; 0.18793960624694786 -0.4841981357637336] [2.1862076489783435 0.9287938046822104; -0.13388450461019347 1.0724977288034263; 0.18793960624694786 -0.4841981357637336] [2.1862076489783435 0.9287938046822104; -0.13388450461019347 1.0724977288034263; 0.18793960624694786 -0.4841981357637336] [2.1862076489783435 0.9287938046822104; -0.13388450461019347 1.0724977288034263; 0.18793960624694786 -0.4841981357637336] [2.1862076489783435 0.9287938046822104; -0.13388450461019347 1.0724977288034263; 0.18793960624694786 -0.4841981357637336] [2.1862076489783435 0.9287938046822104; -0.13388450461019347 1.0724977288034263; 0.18793960624694786 -0.4841981357637336] [2.1862076489783435 0.9287938046822104; -0.13388450461019347 1.0724977288034263; 0.18793960624694786 -0.4841981357637336]; [2.1862076489783435 0.9287938046822104; -0.13388450461019347 1.0724977288034263; 0.18793960624694786 -0.4841981357637336] [2.1862076489783435 0.9287938046822104; -0.13388450461019347 1.0724977288034263; 0.18793960624694786 -0.4841981357637336] [2.1862076489783435 0.9287938046822104; -0.13388450461019347 1.0724977288034263; 0.18793960624694786 -0.4841981357637336] [2.1862076489783435 0.9287938046822104; -0.13388450461019347 1.0724977288034263; 0.18793960624694786 -0.4841981357637336] [2.1862076489783435 0.9287938046822104; -0.13388450461019347 1.0724977288034263; 0.18793960624694786 -0.4841981357637336] [2.1862076489783435 0.9287938046822104; -0.13388450461019347 1.0724977288034263; 0.18793960624694786 -0.4841981357637336] [2.1862076489783435 0.9287938046822104; -0.13388450461019347 1.0724977288034263; 0.18793960624694786 -0.4841981357637336] [2.1862076489783435 0.9287938046822104; -0.13388450461019347 1.0724977288034263; 0.18793960624694786 -0.4841981357637336] [2.1862076489783435 0.9287938046822104; -0.13388450461019347 1.0724977288034263; 0.18793960624694786 -0.4841981357637336] [2.1862076489783435 0.9287938046822104; -0.13388450461019347 1.0724977288034263; 0.18793960624694786 -0.4841981357637336]; [2.1862076489783435 0.9287938046822104; -0.13388450461019347 1.0724977288034263; 0.18793960624694786 -0.4841981357637336] [2.1862076489783435 0.9287938046822104; -0.13388450461019347 1.0724977288034263; 0.18793960624694786 -0.4841981357637336] [2.1862076489783435 0.9287938046822104; -0.13388450461019347 1.0724977288034263; 0.18793960624694786 -0.4841981357637336] [2.1862076489783435 0.9287938046822104; -0.13388450461019347 1.0724977288034263; 0.18793960624694786 -0.4841981357637336] [2.1862076489783435 0.9287938046822104; -0.13388450461019347 1.0724977288034263; 0.18793960624694786 -0.4841981357637336] [2.1862076489783435 0.9287938046822104; -0.13388450461019347 1.0724977288034263; 0.18793960624694786 -0.4841981357637336] [2.1862076489783435 0.9287938046822104; -0.13388450461019347 1.0724977288034263; 0.18793960624694786 -0.4841981357637336] [2.1862076489783435 0.9287938046822104; -0.13388450461019347 1.0724977288034263; 0.18793960624694786 -0.4841981357637336] [2.1862076489783435 0.9287938046822104; -0.13388450461019347 1.0724977288034263; 0.18793960624694786 -0.4841981357637336] [2.1862076489783435 0.9287938046822104; -0.13388450461019347 1.0724977288034263; 0.18793960624694786 -0.4841981357637336]; [2.1862076489783435 0.9287938046822104; -0.13388450461019347 1.0724977288034263; 0.18793960624694786 -0.4841981357637336] [2.1862076489783435 0.9287938046822104; -0.13388450461019347 1.0724977288034263; 0.18793960624694786 -0.4841981357637336] [2.1862076489783435 0.9287938046822104; -0.13388450461019347 1.0724977288034263; 0.18793960624694786 -0.4841981357637336] [2.1862076489783435 0.9287938046822104; -0.13388450461019347 1.0724977288034263; 0.18793960624694786 -0.4841981357637336] [2.1862076489783435 0.9287938046822104; -0.13388450461019347 1.0724977288034263; 0.18793960624694786 -0.4841981357637336] [2.1862076489783435 0.9287938046822104; -0.13388450461019347 1.0724977288034263; 0.18793960624694786 -0.4841981357637336] [2.1862076489783435 0.9287938046822104; -0.13388450461019347 1.0724977288034263; 0.18793960624694786 -0.4841981357637336] [2.1862076489783435 0.9287938046822104; -0.13388450461019347 1.0724977288034263; 0.18793960624694786 -0.4841981357637336] [2.1862076489783435 0.9287938046822104; -0.13388450461019347 1.0724977288034263; 0.18793960624694786 -0.4841981357637336] [2.1862076489783435 0.9287938046822104; -0.13388450461019347 1.0724977288034263; 0.18793960624694786 -0.4841981357637336]; [2.1862076489783435 0.9287938046822104; -0.13388450461019347 1.0724977288034263; 0.18793960624694786 -0.4841981357637336] [2.1862076489783435 0.9287938046822104; -0.13388450461019347 1.0724977288034263; 0.18793960624694786 -0.4841981357637336] [2.1862076489783435 0.9287938046822104; -0.13388450461019347 1.0724977288034263; 0.18793960624694786 -0.4841981357637336] [2.1862076489783435 0.9287938046822104; -0.13388450461019347 1.0724977288034263; 0.18793960624694786 -0.4841981357637336] [2.1862076489783435 0.9287938046822104; -0.13388450461019347 1.0724977288034263; 0.18793960624694786 -0.4841981357637336] [2.1862076489783435 0.9287938046822104; -0.13388450461019347 1.0724977288034263; 0.18793960624694786 -0.4841981357637336] [2.1862076489783435 0.9287938046822104; -0.13388450461019347 1.0724977288034263; 0.18793960624694786 -0.4841981357637336] [2.1862076489783435 0.9287938046822104; -0.13388450461019347 1.0724977288034263; 0.18793960624694786 -0.4841981357637336] [2.1862076489783435 0.9287938046822104; -0.13388450461019347 1.0724977288034263; 0.18793960624694786 -0.4841981357637336] [2.1862076489783435 0.9287938046822104; -0.13388450461019347 1.0724977288034263; 0.18793960624694786 -0.4841981357637336]; [2.1862076489783435 0.9287938046822104; -0.13388450461019347 1.0724977288034263; 0.18793960624694786 -0.4841981357637336] [2.1862076489783435 0.9287938046822104; -0.13388450461019347 1.0724977288034263; 0.18793960624694786 -0.4841981357637336] [2.1862076489783435 0.9287938046822104; -0.13388450461019347 1.0724977288034263; 0.18793960624694786 -0.4841981357637336] [2.1862076489783435 0.9287938046822104; -0.13388450461019347 1.0724977288034263; 0.18793960624694786 -0.4841981357637336] [2.1862076489783435 0.9287938046822104; -0.13388450461019347 1.0724977288034263; 0.18793960624694786 -0.4841981357637336] [2.1862076489783435 0.9287938046822104; -0.13388450461019347 1.0724977288034263; 0.18793960624694786 -0.4841981357637336] [2.1862076489783435 0.9287938046822104; -0.13388450461019347 1.0724977288034263; 0.18793960624694786 -0.4841981357637336] [2.1862076489783435 0.9287938046822104; -0.13388450461019347 1.0724977288034263; 0.18793960624694786 -0.4841981357637336] [2.1862076489783435 0.9287938046822104; -0.13388450461019347 1.0724977288034263; 0.18793960624694786 -0.4841981357637336] [2.1862076489783435 0.9287938046822104; -0.13388450461019347 1.0724977288034263; 0.18793960624694786 -0.4841981357637336]]┌ 10×10 ToolsArray{Matrix{Float64}, 2} ┐ ├──────────────────────────────────────┴──────────── dims ┐ ↓ 𝑡 Sampled{Int64} 1:10 ForwardOrdered Regular Points, → 𝑥 Sampled{Int64} 1:10 ForwardOrdered Regular Points └─────────────────────────────────────────────────────────┘ ↓ → 1 2 3 4 5 6 7 8 9 10 1 "(3, 2) Array" "(3, 2) Array" "(3, 2) Array" "(3, 2) Array" "(3, 2) Array" "(3, 2) Array" "(3, 2) Array" "(3, 2) Array" "(3, 2) Array" "(3, 2) Array" 2 "(3, 2) Array" "(3, 2) Array" "(3, 2) Array" "(3, 2) Array" "(3, 2) Array" "(3, 2) Array" "(3, 2) Array" "(3, 2) Array" "(3, 2) Array" "(3, 2) Array" 3 "(3, 2) Array" "(3, 2) Array" "(3, 2) Array" "(3, 2) Array" "(3, 2) Array" "(3, 2) Array" "(3, 2) Array" "(3, 2) Array" "(3, 2) Array" "(3, 2) Array" 4 "(3, 2) Array" "(3, 2) Array" "(3, 2) Array" "(3, 2) Array" "(3, 2) Array" "(3, 2) Array" "(3, 2) Array" "(3, 2) Array" "(3, 2) Array" "(3, 2) Array" 5 "(3, 2) Array" "(3, 2) Array" "(3, 2) Array" "(3, 2) Array" "(3, 2) Array" "(3, 2) Array" "(3, 2) Array" "(3, 2) Array" "(3, 2) Array" "(3, 2) Array" 6 "(3, 2) Array" "(3, 2) Array" "(3, 2) Array" "(3, 2) Array" "(3, 2) Array" "(3, 2) Array" "(3, 2) Array" "(3, 2) Array" "(3, 2) Array" "(3, 2) Array" 7 "(3, 2) Array" "(3, 2) Array" "(3, 2) Array" "(3, 2) Array" "(3, 2) Array" "(3, 2) Array" "(3, 2) Array" "(3, 2) Array" "(3, 2) Array" "(3, 2) Array" 8 "(3, 2) Array" "(3, 2) Array" "(3, 2) Array" "(3, 2) Array" "(3, 2) Array" "(3, 2) Array" "(3, 2) Array" "(3, 2) Array" "(3, 2) Array" "(3, 2) Array" 9 "(3, 2) Array" "(3, 2) Array" "(3, 2) Array" "(3, 2) Array" "(3, 2) Array" "(3, 2) Array" "(3, 2) Array" "(3, 2) Array" "(3, 2) Array" "(3, 2) Array" 10 "(3, 2) Array" "(3, 2) Array" "(3, 2) Array" "(3, 2) Array" "(3, 2) Array" "(3, 2) Array" "(3, 2) Array" "(3, 2) Array" "(3, 2) Array" "(3, 2) Array" [[0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404]; [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404]; [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404]; [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404]; [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404]; [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404]; [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404]; [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404]; [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404]; [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404];;; [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404]; [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404]; [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404]; [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404]; [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404]; [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404]; [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404]; [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404]; [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404]; [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404];;; [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404]; [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404]; [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404]; [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404]; [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404]; [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404]; [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404]; [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404]; [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404]; [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404];;; [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404]; [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404]; [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404]; [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404]; [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404]; [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404]; [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404]; [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404]; [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404]; [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404];;; [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404]; [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404]; [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404]; [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404]; [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404]; [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404]; [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404]; [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404]; [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404]; [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404];;; [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404]; [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404]; [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404]; [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404]; [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404]; [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404]; [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404]; [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404]; [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404]; [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404];;; [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404]; [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404]; [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404]; [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404]; [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404]; [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404]; [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404]; [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404]; [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404]; [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404];;; [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404]; [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404]; [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404]; [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404]; [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404]; [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404]; [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404]; [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404]; [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404]; [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404];;; [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404]; [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404]; [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404]; [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404]; [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404]; [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404]; [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404]; [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404]; [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404]; [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404];;; [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404]; [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404]; [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404]; [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404]; [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404]; [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404]; [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404]; [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404]; [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404]; [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404] [0.4568822681869604 1.6926998608861914; -0.9240472846572403 -0.7546695419889404]]┌ 10×10×10 ToolsArray{Matrix{Float64}, 3} ┐ ├─────────────────────────────────────────┴───────── dims ┐ ↓ 𝑡 Sampled{Int64} 1:10 ForwardOrdered Regular Points, → 𝑥 Sampled{Int64} 1:10 ForwardOrdered Regular Points, ↗ 𝑦 Sampled{Int64} 1:10 ForwardOrdered Regular Points └─────────────────────────────────────────────────────────┘ [:, :, 1] ↓ → 1 2 3 4 5 6 7 8 9 10 1 "(2, 2) Array" "(2, 2) Array" "(2, 2) Array" "(2, 2) Array" "(2, 2) Array" "(2, 2) Array" "(2, 2) Array" "(2, 2) Array" "(2, 2) Array" "(2, 2) Array" 2 "(2, 2) Array" "(2, 2) Array" "(2, 2) Array" "(2, 2) Array" "(2, 2) Array" "(2, 2) Array" "(2, 2) Array" "(2, 2) Array" "(2, 2) Array" "(2, 2) Array" 3 "(2, 2) Array" "(2, 2) Array" "(2, 2) Array" "(2, 2) Array" "(2, 2) Array" "(2, 2) Array" "(2, 2) Array" "(2, 2) Array" "(2, 2) Array" "(2, 2) Array" 4 "(2, 2) Array" "(2, 2) Array" "(2, 2) Array" "(2, 2) Array" "(2, 2) Array" "(2, 2) Array" "(2, 2) Array" "(2, 2) Array" "(2, 2) Array" "(2, 2) Array" 5 "(2, 2) Array" "(2, 2) Array" "(2, 2) Array" "(2, 2) Array" "(2, 2) Array" "(2, 2) Array" "(2, 2) Array" "(2, 2) Array" "(2, 2) Array" "(2, 2) Array" 6 "(2, 2) Array" "(2, 2) Array" "(2, 2) Array" "(2, 2) Array" "(2, 2) Array" "(2, 2) Array" "(2, 2) Array" "(2, 2) Array" "(2, 2) Array" "(2, 2) Array" 7 "(2, 2) Array" "(2, 2) Array" "(2, 2) Array" "(2, 2) Array" "(2, 2) Array" "(2, 2) Array" "(2, 2) Array" "(2, 2) Array" "(2, 2) Array" "(2, 2) Array" 8 "(2, 2) Array" "(2, 2) Array" "(2, 2) Array" "(2, 2) Array" "(2, 2) Array" "(2, 2) Array" "(2, 2) Array" "(2, 2) Array" "(2, 2) Array" "(2, 2) Array" 9 "(2, 2) Array" "(2, 2) Array" "(2, 2) Array" "(2, 2) Array" "(2, 2) Array" "(2, 2) Array" "(2, 2) Array" "(2, 2) Array" "(2, 2) Array" "(2, 2) Array" 10 "(2, 2) Array" "(2, 2) Array" "(2, 2) Array" "(2, 2) Array" "(2, 2) Array" "(2, 2) Array" "(2, 2) Array" "(2, 2) Array" "(2, 2) Array" "(2, 2) Array" TimeseriesBase.ToolsArrays.ToolsArray{Matrix{Float64}, 2, Tuple{TimeseriesBase.ToolsArrays.𝑡{DimensionalData.Dimensions.Lookups.Sampled{Int64, UnitRange{Int64}, DimensionalData.Dimensions.Lookups.ForwardOrdered, DimensionalData.Dimensions.Lookups.Regular{Int64}, DimensionalData.Dimensions.Lookups.Points, DimensionalData.Dimensions.Lookups.NoMetadata}}, TimeseriesBase.ToolsArrays.𝑥{DimensionalData.Dimensions.Lookups.Sampled{Int64, UnitRange{Int64}, DimensionalData.Dimensions.Lookups.ForwardOrdered, DimensionalData.Dimensions.Lookups.Regular{Int64}, DimensionalData.Dimensions.Lookups.Points, DimensionalData.Dimensions.Lookups.NoMetadata}}}, Tuple{}, Matrix{Matrix{Float64}}, DimensionalData.NoName, DimensionalData.Dimensions.Lookups.NoMetadata}[[[0.37771958630551905 -1.0344639466192065; -0.21316264758457848 -0.8086216159766029] [0.37771958630551905 -1.0344639466192065; -0.21316264758457848 -0.8086216159766029] [0.37771958630551905 -1.0344639466192065; -0.21316264758457848 -0.8086216159766029]; [0.37771958630551905 -1.0344639466192065; -0.21316264758457848 -0.8086216159766029] [0.37771958630551905 -1.0344639466192065; -0.21316264758457848 -0.8086216159766029] [0.37771958630551905 -1.0344639466192065; -0.21316264758457848 -0.8086216159766029]; [0.37771958630551905 -1.0344639466192065; -0.21316264758457848 -0.8086216159766029] [0.37771958630551905 -1.0344639466192065; -0.21316264758457848 -0.8086216159766029] [0.37771958630551905 -1.0344639466192065; -0.21316264758457848 -0.8086216159766029]]; [[0.37771958630551905 -1.0344639466192065; -0.21316264758457848 -0.8086216159766029] [0.37771958630551905 -1.0344639466192065; -0.21316264758457848 -0.8086216159766029] [0.37771958630551905 -1.0344639466192065; -0.21316264758457848 -0.8086216159766029]; [0.37771958630551905 -1.0344639466192065; -0.21316264758457848 -0.8086216159766029] [0.37771958630551905 -1.0344639466192065; -0.21316264758457848 -0.8086216159766029] [0.37771958630551905 -1.0344639466192065; -0.21316264758457848 -0.8086216159766029]; [0.37771958630551905 -1.0344639466192065; -0.21316264758457848 -0.8086216159766029] [0.37771958630551905 -1.0344639466192065; -0.21316264758457848 -0.8086216159766029] [0.37771958630551905 -1.0344639466192065; -0.21316264758457848 -0.8086216159766029]];;; [[0.37771958630551905 -1.0344639466192065; -0.21316264758457848 -0.8086216159766029] [0.37771958630551905 -1.0344639466192065; -0.21316264758457848 -0.8086216159766029] [0.37771958630551905 -1.0344639466192065; -0.21316264758457848 -0.8086216159766029]; [0.37771958630551905 -1.0344639466192065; -0.21316264758457848 -0.8086216159766029] [0.37771958630551905 -1.0344639466192065; -0.21316264758457848 -0.8086216159766029] [0.37771958630551905 -1.0344639466192065; -0.21316264758457848 -0.8086216159766029]; [0.37771958630551905 -1.0344639466192065; -0.21316264758457848 -0.8086216159766029] [0.37771958630551905 -1.0344639466192065; -0.21316264758457848 -0.8086216159766029] [0.37771958630551905 -1.0344639466192065; -0.21316264758457848 -0.8086216159766029]]; [[0.37771958630551905 -1.0344639466192065; -0.21316264758457848 -0.8086216159766029] [0.37771958630551905 -1.0344639466192065; -0.21316264758457848 -0.8086216159766029] [0.37771958630551905 -1.0344639466192065; -0.21316264758457848 -0.8086216159766029]; [0.37771958630551905 -1.0344639466192065; -0.21316264758457848 -0.8086216159766029] [0.37771958630551905 -1.0344639466192065; -0.21316264758457848 -0.8086216159766029] [0.37771958630551905 -1.0344639466192065; -0.21316264758457848 -0.8086216159766029]; [0.37771958630551905 -1.0344639466192065; -0.21316264758457848 -0.8086216159766029] [0.37771958630551905 -1.0344639466192065; -0.21316264758457848 -0.8086216159766029] [0.37771958630551905 -1.0344639466192065; -0.21316264758457848 -0.8086216159766029]];;; [[0.37771958630551905 -1.0344639466192065; -0.21316264758457848 -0.8086216159766029] [0.37771958630551905 -1.0344639466192065; -0.21316264758457848 -0.8086216159766029] [0.37771958630551905 -1.0344639466192065; -0.21316264758457848 -0.8086216159766029]; [0.37771958630551905 -1.0344639466192065; -0.21316264758457848 -0.8086216159766029] [0.37771958630551905 -1.0344639466192065; -0.21316264758457848 -0.8086216159766029] [0.37771958630551905 -1.0344639466192065; -0.21316264758457848 -0.8086216159766029]; [0.37771958630551905 -1.0344639466192065; -0.21316264758457848 -0.8086216159766029] [0.37771958630551905 -1.0344639466192065; -0.21316264758457848 -0.8086216159766029] [0.37771958630551905 -1.0344639466192065; -0.21316264758457848 -0.8086216159766029]]; [[0.37771958630551905 -1.0344639466192065; -0.21316264758457848 -0.8086216159766029] [0.37771958630551905 -1.0344639466192065; -0.21316264758457848 -0.8086216159766029] [0.37771958630551905 -1.0344639466192065; -0.21316264758457848 -0.8086216159766029]; [0.37771958630551905 -1.0344639466192065; -0.21316264758457848 -0.8086216159766029] [0.37771958630551905 -1.0344639466192065; -0.21316264758457848 -0.8086216159766029] [0.37771958630551905 -1.0344639466192065; -0.21316264758457848 -0.8086216159766029]; [0.37771958630551905 -1.0344639466192065; -0.21316264758457848 -0.8086216159766029] [0.37771958630551905 -1.0344639466192065; -0.21316264758457848 -0.8086216159766029] [0.37771958630551905 -1.0344639466192065; -0.21316264758457848 -0.8086216159766029]];;; [[0.37771958630551905 -1.0344639466192065; -0.21316264758457848 -0.8086216159766029] [0.37771958630551905 -1.0344639466192065; -0.21316264758457848 -0.8086216159766029] [0.37771958630551905 -1.0344639466192065; -0.21316264758457848 -0.8086216159766029]; [0.37771958630551905 -1.0344639466192065; -0.21316264758457848 -0.8086216159766029] [0.37771958630551905 -1.0344639466192065; -0.21316264758457848 -0.8086216159766029] [0.37771958630551905 -1.0344639466192065; -0.21316264758457848 -0.8086216159766029]; [0.37771958630551905 -1.0344639466192065; -0.21316264758457848 -0.8086216159766029] [0.37771958630551905 -1.0344639466192065; -0.21316264758457848 -0.8086216159766029] [0.37771958630551905 -1.0344639466192065; -0.21316264758457848 -0.8086216159766029]]; [[0.37771958630551905 -1.0344639466192065; -0.21316264758457848 -0.8086216159766029] [0.37771958630551905 -1.0344639466192065; -0.21316264758457848 -0.8086216159766029] [0.37771958630551905 -1.0344639466192065; -0.21316264758457848 -0.8086216159766029]; [0.37771958630551905 -1.0344639466192065; -0.21316264758457848 -0.8086216159766029] [0.37771958630551905 -1.0344639466192065; -0.21316264758457848 -0.8086216159766029] [0.37771958630551905 -1.0344639466192065; -0.21316264758457848 -0.8086216159766029]; [0.37771958630551905 -1.0344639466192065; -0.21316264758457848 -0.8086216159766029] [0.37771958630551905 -1.0344639466192065; -0.21316264758457848 -0.8086216159766029] [0.37771958630551905 -1.0344639466192065; -0.21316264758457848 -0.8086216159766029]];;;;]┌ 2×1×4×1 ToolsArray{TimeseriesBase.ToolsArrays.ToolsArray{Matrix{Float64}, 2, Tuple{TimeseriesBase.ToolsArrays.𝑡{DimensionalData.Dimensions.Lookups.Sampled{Int64, UnitRange{Int64}, DimensionalData.Dimensions.Lookups.ForwardOrdered, DimensionalData.Dimensions.Lookups.Regular{Int64}, DimensionalData.Dimensions.Lookups.Points, DimensionalData.Dimensions.Lookups.NoMetadata}}, TimeseriesBase.ToolsArrays.𝑥{DimensionalData.Dimensions.Lookups.Sampled{Int64, UnitRange{Int64}, DimensionalData.Dimensions.Lookups.ForwardOrdered, DimensionalData.Dimensions.Lookups.Regular{Int64}, DimensionalData.Dimensions.Lookups.Points, DimensionalData.Dimensions.Lookups.NoMetadata}}}, Tuple{}, Matrix{Matrix{Float64}}, DimensionalData.NoName, DimensionalData.Dimensions.Lookups.NoMetadata}, 4} ┐ ├──────────────────────────────────────────────────────────────────────── dims ┤ ↓ 𝑡 Sampled{Int64} 1:2 ForwardOrdered Regular Points, → 𝑥 Sampled{Int64} 1:1 ForwardOrdered Regular Points, ↗ 𝑦 Sampled{Int64} 1:4 ForwardOrdered Regular Points, ⬔ 𝑧 Sampled{Int64} 1:1 ForwardOrdered Regular Points └──────────────────────────────────────────────────────────────────────────────┘ [:, :, 1, 1] ↓ → 1 1 "(3, 3) ToolsArray" 2 "(3, 3) ToolsArray" Bool[0, 0, 0, 0, 0]┌ 5-element ToolsArray{Bool, 1} ┐ ├───────────────────────────────┴────────────────── dims ┐ ↓ 𝑡 Sampled{Int64} 1:5 ForwardOrdered Regular Points └────────────────────────────────────────────────────────┘ 1 0 2 0 3 0 4 0 5 0 ┌ Warning: `ustrip(A::AbstractArray{T}) where T <: Number` is deprecated, use `ustrip.(A)` instead. │ caller = ustripall at UnitfulTools.jl:178 [inlined] └ @ Core ~/.julia/packages/TimeseriesBase/39auu/src/UnitfulTools.jl:178 ┌ Warning: `ustrip(A::AbstractArray{T}) where T <: Number` is deprecated, use `ustrip.(A)` instead. │ caller = ustripall at UnitfulTools.jl:178 [inlined] └ @ Core ~/.julia/packages/TimeseriesBase/39auu/src/UnitfulTools.jl:178 Test Summary: | Pass Total Time Package | 250 250 8m55.7s Testing TimeseriesBase tests passed Testing completed after 593.63s PkgEval succeeded after 882.86s