Package evaluation to test TimeseriesBase on Julia 1.14.0-DEV.1741 (f7ebeb5678*) started at 2026-02-19T15:52:47.120 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 11.91s ################################################################################ # 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.74s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompiling packages... 1016.2 ms ✓ ADTypes → ADTypesConstructionBaseExt 1448.9 ms ✓ MaybeInplace 1319.2 ms ✓ SciMLLogging 1922.9 ms ✓ Unitful → ConstructionBaseUnitfulExt 1989.9 ms ✓ Unitful → InverseFunctionsUnitfulExt 3637.6 ms ✓ SciMLOperators 2200.1 ms ✓ Accessors → UnitfulExt 1463.7 ms ✓ TruncatedStacktraces 2130.9 ms ✓ SymbolicIndexingInterface 6835.0 ms ✓ Static 2253.4 ms ✓ PreallocationTools 21562.5 ms ✓ DimensionalData 898.9 ms ✓ SciMLStructures 1221.1 ms ✓ IntervalSets → IntervalSetsRecipesBaseExt 40143.8 ms ✓ JLD2 1003.9 ms ✓ SciMLOperators → SciMLOperatorsStaticArraysCoreExt 7876.1 ms ✓ RecursiveArrayTools 989.7 ms ✓ BitTwiddlingConvenienceFunctions 2144.5 ms ✓ CPUSummary 4611.9 ms ✓ StaticArrayInterface 1584.4 ms ✓ DimensionalData → DimensionalDataAdaptExt 1613.8 ms ✓ DimensionalData → DimensionalDataArrayInterfaceExt 2347.5 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`. 10368.0 ms ✓ TimeseriesBase 1513.6 ms ✓ RecursiveArrayTools → RecursiveArrayToolsTablesExt 1358.7 ms ✓ RecursiveArrayTools → RecursiveArrayToolsStatisticsExt 1517.4 ms ✓ PolyesterWeave 1113.8 ms ✓ CloseOpenIntervals 1977.0 ms ✓ LayoutPointers 30128.7 ms ✓ SciMLBase 2101.9 ms ✓ StrideArraysCore 3346.9 ms ✓ SciMLBase → SciMLBaseDifferentiationInterfaceExt 10930.2 ms ✓ TimeseriesBase → SciMLBaseExt 1997.0 ms ✓ Polyester 8373.6 ms ✓ SciMLJacobianOperators 2013.7 ms ✓ FastBroadcast 17990.5 ms ✓ NonlinearSolveBase 2282.6 ms ✓ RecursiveArrayTools → RecursiveArrayToolsFastBroadcastExt 9540.5 ms ✓ BracketingNonlinearSolve 7677.8 ms ✓ DiffEqBase 5709.8 ms ✓ DiffEqBase → DiffEqBaseUnitfulExt 11831.8 ms ✓ OrdinaryDiffEqCore 14241.1 ms ✓ OrdinaryDiffEqTsit5 43 dependencies successfully precompiled in 259 seconds. 122 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 278.51s ################################################################################ # Testing # Testing TimeseriesBase Status `/tmp/jl_D02YtP/Project.toml` [4c88cf16] Aqua v0.8.14 [2b5f629d] DiffEqBase v6.205.1 ⌅ [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.139.0 [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_D02YtP/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.8.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.205.1 [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.2 [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.139.0 [19f34311] SciMLJacobianOperators v0.1.12 [a6db7da4] SciMLLogging v1.9.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... Persistent tasks: Test Failed at /home/pkgeval/.julia/packages/Aqua/MCcFg/src/persistent_tasks.jl:38 Expression: !(has_persistent_tasks(package; kwargs...)) Evaluated: !(has_persistent_tasks(Base.PkgId(Base.UUID("c2aba7f5-82a4-4c45-a741-402bb41ee238"), "TimeseriesBase"))) Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:782 [inlined] [2] test_persistent_tasks(package::Base.PkgId; broken::Bool, kwargs::@Kwargs{}) @ Aqua ~/.julia/packages/Aqua/MCcFg/src/persistent_tasks.jl:38 [3] test_persistent_tasks @ ~/.julia/packages/Aqua/MCcFg/src/persistent_tasks.jl:34 [inlined] [4] #test_persistent_tasks#57 @ ~/.julia/packages/Aqua/MCcFg/src/persistent_tasks.jl:43 [inlined] [5] test_persistent_tasks @ ~/.julia/packages/Aqua/MCcFg/src/persistent_tasks.jl:42 [inlined] [6] macro expansion @ ~/.julia/packages/Aqua/MCcFg/src/Aqua.jl:109 [inlined] [7] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [8] test_all(testtarget::Module; ambiguities::Bool, unbound_args::Bool, undefined_exports::Bool, project_extras::Bool, stale_deps::Bool, deps_compat::Bool, piracies::Bool, persistent_tasks::Bool, undocumented_names::Bool) @ Aqua ~/.julia/packages/Aqua/MCcFg/src/Aqua.jl:109 ┌ 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.023892131794323253, -0.1522249547690191, 1.0807425761722798, 0.2945649947394699, 0.8781554681078179, 0.3737619270890571, -1.458123045440366, -1.1286834527274479, -0.9505598816067189, -1.9670027193397404]┌ 10-element ToolsArray{Float64, 1} ┐ ├───────────────────────────────────┴─────────────── dims ┐ ↓ 𝑡 Sampled{Int64} 1:10 ForwardOrdered Regular Points └─────────────────────────────────────────────────────────┘ 1 0.0238921 2 -0.152225 3 1.08074 4 0.294565 5 0.878155 6 0.373762 7 -1.45812 8 -1.12868 9 -0.95056 10 -1.967 [0.791173411720779 -0.48305330424642823 -1.6283235480176432 -0.9412524296694765 0.2569690676953012 0.9359714653961076 -0.8642817166426395 -0.0924171645327939 1.2414073143024598 0.6210690063003295; 2.727759965727028 2.491024268183188 0.03816476454295153 0.19345005157517967 0.10198621302725115 3.765020534273042 -0.680496407966173 -2.6859519976409176 -1.925008796514213 0.26577949629930353; -0.35410148018775117 -0.8597839313546958 1.0099973258411086 1.039890322841494 0.38013066129814516 -1.1669385384604494 0.3615623857846477 0.1513751308476635 1.1076488926807817 1.7634478517219694; 0.6508506401513298 -1.687180897164913 0.7562901342402336 -1.212726432079607 0.2866710335527768 0.43473884499414106 0.5526623947761327 -1.3997530051537461 -0.7210572671931096 -1.561872033823937; -0.5636398718329041 3.3294615960197653 1.3740474636782114 1.5353782692933393 0.5067148182937474 -0.9685035001872017 0.14733168132665075 1.0737268404930576 1.5603604869085683 -0.0752819006372833; -0.40031947699991 -0.6864689961021189 -0.0119964332930255 0.2205480764719339 -0.4391842738870921 -1.4044081779450055 -0.6879760586686867 -2.288146328495312 0.3983683400814024 -1.876077430182489; 2.754839026220945 -0.6637212032643925 1.0112905313867246 0.4108081009849764 0.6138714889571236 0.8650732518067447 -0.13380303451735778 0.8131547050793534 -1.3895646558862713 0.0017683279936693064; -1.648387666212738 -2.501963798141733 0.30705154916612076 0.11212489904002039 -0.23954445945496397 -0.10122050078138234 -0.44193095784289294 1.9170074006249744 -1.5775765791428347 1.242602329621654; 0.42415054920967277 0.3859217356984499 -0.90217071205592 -0.8891970423460785 0.10245627420297743 -0.037665825511117794 0.7856435413665638 -0.22619654298276048 1.1505019151929838 1.887257593788117; 0.278180533417378 -0.9082448686989831 1.1233330376728659 0.40215448761653955 0.706410825421489 0.4722126324111978 -0.4469505674419654 1.2620127531916987 2.9992916286123603 -0.20640476567574412]┌ 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.791173 -0.483053 -1.62832 -0.941252 0.256969 0.935971 -0.864282 -0.0924172 1.24141 0.621069 2 2.72776 2.49102 0.0381648 0.19345 0.101986 3.76502 -0.680496 -2.68595 -1.92501 0.265779 3 -0.354101 -0.859784 1.01 1.03989 0.380131 -1.16694 0.361562 0.151375 1.10765 1.76345 4 0.650851 -1.68718 0.75629 -1.21273 0.286671 0.434739 0.552662 -1.39975 -0.721057 -1.56187 5 -0.56364 3.32946 1.37405 1.53538 0.506715 -0.968504 0.147332 1.07373 1.56036 -0.0752819 6 -0.400319 -0.686469 -0.0119964 0.220548 -0.439184 -1.40441 -0.687976 -2.28815 0.398368 -1.87608 7 2.75484 -0.663721 1.01129 0.410808 0.613871 0.865073 -0.133803 0.813155 -1.38956 0.00176833 8 -1.64839 -2.50196 0.307052 0.112125 -0.239544 -0.101221 -0.441931 1.91701 -1.57758 1.2426 9 0.424151 0.385922 -0.902171 -0.889197 0.102456 -0.0376658 0.785644 -0.226197 1.1505 1.88726 10 0.278181 -0.908245 1.12333 0.402154 0.706411 0.472213 -0.446951 1.26201 2.99929 -0.206405 [-1.1570086096357968 0.6616212082515905; 3.166552950054047 -1.26588402190058;;; 0.30246606086302713 0.7017006393362623; 0.4005933199605803 0.5422732909667529]┌ 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 -1.15701 0.661621 2 3.16655 -1.26588 [[1.4245815802550057 -0.029318979016984846; -0.4907968786437613 -1.5543084289104963; -0.40063919544927323 1.5731333763463717] [1.4245815802550057 -0.029318979016984846; -0.4907968786437613 -1.5543084289104963; -0.40063919544927323 1.5731333763463717] [1.4245815802550057 -0.029318979016984846; -0.4907968786437613 -1.5543084289104963; -0.40063919544927323 1.5731333763463717] [1.4245815802550057 -0.029318979016984846; -0.4907968786437613 -1.5543084289104963; -0.40063919544927323 1.5731333763463717] [1.4245815802550057 -0.029318979016984846; -0.4907968786437613 -1.5543084289104963; -0.40063919544927323 1.5731333763463717] [1.4245815802550057 -0.029318979016984846; -0.4907968786437613 -1.5543084289104963; -0.40063919544927323 1.5731333763463717] [1.4245815802550057 -0.029318979016984846; -0.4907968786437613 -1.5543084289104963; -0.40063919544927323 1.5731333763463717] [1.4245815802550057 -0.029318979016984846; -0.4907968786437613 -1.5543084289104963; -0.40063919544927323 1.5731333763463717] [1.4245815802550057 -0.029318979016984846; -0.4907968786437613 -1.5543084289104963; -0.40063919544927323 1.5731333763463717] [1.4245815802550057 -0.029318979016984846; -0.4907968786437613 -1.5543084289104963; -0.40063919544927323 1.5731333763463717]; [1.4245815802550057 -0.029318979016984846; -0.4907968786437613 -1.5543084289104963; -0.40063919544927323 1.5731333763463717] [1.4245815802550057 -0.029318979016984846; -0.4907968786437613 -1.5543084289104963; -0.40063919544927323 1.5731333763463717] [1.4245815802550057 -0.029318979016984846; -0.4907968786437613 -1.5543084289104963; -0.40063919544927323 1.5731333763463717] [1.4245815802550057 -0.029318979016984846; -0.4907968786437613 -1.5543084289104963; -0.40063919544927323 1.5731333763463717] [1.4245815802550057 -0.029318979016984846; -0.4907968786437613 -1.5543084289104963; -0.40063919544927323 1.5731333763463717] [1.4245815802550057 -0.029318979016984846; -0.4907968786437613 -1.5543084289104963; -0.40063919544927323 1.5731333763463717] [1.4245815802550057 -0.029318979016984846; -0.4907968786437613 -1.5543084289104963; -0.40063919544927323 1.5731333763463717] [1.4245815802550057 -0.029318979016984846; -0.4907968786437613 -1.5543084289104963; -0.40063919544927323 1.5731333763463717] [1.4245815802550057 -0.029318979016984846; -0.4907968786437613 -1.5543084289104963; -0.40063919544927323 1.5731333763463717] [1.4245815802550057 -0.029318979016984846; -0.4907968786437613 -1.5543084289104963; -0.40063919544927323 1.5731333763463717]; [1.4245815802550057 -0.029318979016984846; -0.4907968786437613 -1.5543084289104963; -0.40063919544927323 1.5731333763463717] [1.4245815802550057 -0.029318979016984846; -0.4907968786437613 -1.5543084289104963; -0.40063919544927323 1.5731333763463717] [1.4245815802550057 -0.029318979016984846; -0.4907968786437613 -1.5543084289104963; -0.40063919544927323 1.5731333763463717] [1.4245815802550057 -0.029318979016984846; -0.4907968786437613 -1.5543084289104963; -0.40063919544927323 1.5731333763463717] [1.4245815802550057 -0.029318979016984846; -0.4907968786437613 -1.5543084289104963; -0.40063919544927323 1.5731333763463717] [1.4245815802550057 -0.029318979016984846; -0.4907968786437613 -1.5543084289104963; -0.40063919544927323 1.5731333763463717] [1.4245815802550057 -0.029318979016984846; -0.4907968786437613 -1.5543084289104963; -0.40063919544927323 1.5731333763463717] [1.4245815802550057 -0.029318979016984846; -0.4907968786437613 -1.5543084289104963; -0.40063919544927323 1.5731333763463717] [1.4245815802550057 -0.029318979016984846; -0.4907968786437613 -1.5543084289104963; -0.40063919544927323 1.5731333763463717] [1.4245815802550057 -0.029318979016984846; -0.4907968786437613 -1.5543084289104963; -0.40063919544927323 1.5731333763463717]; [1.4245815802550057 -0.029318979016984846; -0.4907968786437613 -1.5543084289104963; -0.40063919544927323 1.5731333763463717] [1.4245815802550057 -0.029318979016984846; -0.4907968786437613 -1.5543084289104963; -0.40063919544927323 1.5731333763463717] [1.4245815802550057 -0.029318979016984846; -0.4907968786437613 -1.5543084289104963; -0.40063919544927323 1.5731333763463717] [1.4245815802550057 -0.029318979016984846; -0.4907968786437613 -1.5543084289104963; -0.40063919544927323 1.5731333763463717] [1.4245815802550057 -0.029318979016984846; -0.4907968786437613 -1.5543084289104963; -0.40063919544927323 1.5731333763463717] [1.4245815802550057 -0.029318979016984846; -0.4907968786437613 -1.5543084289104963; -0.40063919544927323 1.5731333763463717] [1.4245815802550057 -0.029318979016984846; -0.4907968786437613 -1.5543084289104963; -0.40063919544927323 1.5731333763463717] [1.4245815802550057 -0.029318979016984846; -0.4907968786437613 -1.5543084289104963; -0.40063919544927323 1.5731333763463717] [1.4245815802550057 -0.029318979016984846; -0.4907968786437613 -1.5543084289104963; -0.40063919544927323 1.5731333763463717] [1.4245815802550057 -0.029318979016984846; -0.4907968786437613 -1.5543084289104963; -0.40063919544927323 1.5731333763463717]; [1.4245815802550057 -0.029318979016984846; -0.4907968786437613 -1.5543084289104963; -0.40063919544927323 1.5731333763463717] [1.4245815802550057 -0.029318979016984846; -0.4907968786437613 -1.5543084289104963; -0.40063919544927323 1.5731333763463717] [1.4245815802550057 -0.029318979016984846; -0.4907968786437613 -1.5543084289104963; -0.40063919544927323 1.5731333763463717] [1.4245815802550057 -0.029318979016984846; -0.4907968786437613 -1.5543084289104963; -0.40063919544927323 1.5731333763463717] [1.4245815802550057 -0.029318979016984846; -0.4907968786437613 -1.5543084289104963; -0.40063919544927323 1.5731333763463717] [1.4245815802550057 -0.029318979016984846; -0.4907968786437613 -1.5543084289104963; -0.40063919544927323 1.5731333763463717] [1.4245815802550057 -0.029318979016984846; -0.4907968786437613 -1.5543084289104963; -0.40063919544927323 1.5731333763463717] [1.4245815802550057 -0.029318979016984846; -0.4907968786437613 -1.5543084289104963; -0.40063919544927323 1.5731333763463717] [1.4245815802550057 -0.029318979016984846; -0.4907968786437613 -1.5543084289104963; -0.40063919544927323 1.5731333763463717] [1.4245815802550057 -0.029318979016984846; -0.4907968786437613 -1.5543084289104963; -0.40063919544927323 1.5731333763463717]; [1.4245815802550057 -0.029318979016984846; -0.4907968786437613 -1.5543084289104963; -0.40063919544927323 1.5731333763463717] [1.4245815802550057 -0.029318979016984846; -0.4907968786437613 -1.5543084289104963; -0.40063919544927323 1.5731333763463717] [1.4245815802550057 -0.029318979016984846; -0.4907968786437613 -1.5543084289104963; -0.40063919544927323 1.5731333763463717] [1.4245815802550057 -0.029318979016984846; -0.4907968786437613 -1.5543084289104963; -0.40063919544927323 1.5731333763463717] [1.4245815802550057 -0.029318979016984846; -0.4907968786437613 -1.5543084289104963; -0.40063919544927323 1.5731333763463717] [1.4245815802550057 -0.029318979016984846; -0.4907968786437613 -1.5543084289104963; -0.40063919544927323 1.5731333763463717] [1.4245815802550057 -0.029318979016984846; -0.4907968786437613 -1.5543084289104963; -0.40063919544927323 1.5731333763463717] [1.4245815802550057 -0.029318979016984846; -0.4907968786437613 -1.5543084289104963; -0.40063919544927323 1.5731333763463717] [1.4245815802550057 -0.029318979016984846; -0.4907968786437613 -1.5543084289104963; -0.40063919544927323 1.5731333763463717] [1.4245815802550057 -0.029318979016984846; -0.4907968786437613 -1.5543084289104963; -0.40063919544927323 1.5731333763463717]; [1.4245815802550057 -0.029318979016984846; -0.4907968786437613 -1.5543084289104963; -0.40063919544927323 1.5731333763463717] [1.4245815802550057 -0.029318979016984846; -0.4907968786437613 -1.5543084289104963; -0.40063919544927323 1.5731333763463717] [1.4245815802550057 -0.029318979016984846; -0.4907968786437613 -1.5543084289104963; -0.40063919544927323 1.5731333763463717] [1.4245815802550057 -0.029318979016984846; -0.4907968786437613 -1.5543084289104963; -0.40063919544927323 1.5731333763463717] [1.4245815802550057 -0.029318979016984846; -0.4907968786437613 -1.5543084289104963; -0.40063919544927323 1.5731333763463717] [1.4245815802550057 -0.029318979016984846; -0.4907968786437613 -1.5543084289104963; -0.40063919544927323 1.5731333763463717] [1.4245815802550057 -0.029318979016984846; -0.4907968786437613 -1.5543084289104963; -0.40063919544927323 1.5731333763463717] [1.4245815802550057 -0.029318979016984846; -0.4907968786437613 -1.5543084289104963; -0.40063919544927323 1.5731333763463717] [1.4245815802550057 -0.029318979016984846; -0.4907968786437613 -1.5543084289104963; -0.40063919544927323 1.5731333763463717] [1.4245815802550057 -0.029318979016984846; -0.4907968786437613 -1.5543084289104963; -0.40063919544927323 1.5731333763463717]; [1.4245815802550057 -0.029318979016984846; -0.4907968786437613 -1.5543084289104963; -0.40063919544927323 1.5731333763463717] [1.4245815802550057 -0.029318979016984846; -0.4907968786437613 -1.5543084289104963; -0.40063919544927323 1.5731333763463717] [1.4245815802550057 -0.029318979016984846; -0.4907968786437613 -1.5543084289104963; -0.40063919544927323 1.5731333763463717] [1.4245815802550057 -0.029318979016984846; -0.4907968786437613 -1.5543084289104963; -0.40063919544927323 1.5731333763463717] [1.4245815802550057 -0.029318979016984846; -0.4907968786437613 -1.5543084289104963; -0.40063919544927323 1.5731333763463717] [1.4245815802550057 -0.029318979016984846; -0.4907968786437613 -1.5543084289104963; -0.40063919544927323 1.5731333763463717] [1.4245815802550057 -0.029318979016984846; -0.4907968786437613 -1.5543084289104963; -0.40063919544927323 1.5731333763463717] [1.4245815802550057 -0.029318979016984846; -0.4907968786437613 -1.5543084289104963; -0.40063919544927323 1.5731333763463717] [1.4245815802550057 -0.029318979016984846; -0.4907968786437613 -1.5543084289104963; -0.40063919544927323 1.5731333763463717] [1.4245815802550057 -0.029318979016984846; -0.4907968786437613 -1.5543084289104963; -0.40063919544927323 1.5731333763463717]; [1.4245815802550057 -0.029318979016984846; -0.4907968786437613 -1.5543084289104963; -0.40063919544927323 1.5731333763463717] [1.4245815802550057 -0.029318979016984846; -0.4907968786437613 -1.5543084289104963; -0.40063919544927323 1.5731333763463717] [1.4245815802550057 -0.029318979016984846; -0.4907968786437613 -1.5543084289104963; -0.40063919544927323 1.5731333763463717] [1.4245815802550057 -0.029318979016984846; -0.4907968786437613 -1.5543084289104963; -0.40063919544927323 1.5731333763463717] [1.4245815802550057 -0.029318979016984846; -0.4907968786437613 -1.5543084289104963; -0.40063919544927323 1.5731333763463717] [1.4245815802550057 -0.029318979016984846; -0.4907968786437613 -1.5543084289104963; -0.40063919544927323 1.5731333763463717] [1.4245815802550057 -0.029318979016984846; -0.4907968786437613 -1.5543084289104963; -0.40063919544927323 1.5731333763463717] [1.4245815802550057 -0.029318979016984846; -0.4907968786437613 -1.5543084289104963; -0.40063919544927323 1.5731333763463717] [1.4245815802550057 -0.029318979016984846; -0.4907968786437613 -1.5543084289104963; -0.40063919544927323 1.5731333763463717] [1.4245815802550057 -0.029318979016984846; -0.4907968786437613 -1.5543084289104963; -0.40063919544927323 1.5731333763463717]; [1.4245815802550057 -0.029318979016984846; -0.4907968786437613 -1.5543084289104963; -0.40063919544927323 1.5731333763463717] [1.4245815802550057 -0.029318979016984846; -0.4907968786437613 -1.5543084289104963; -0.40063919544927323 1.5731333763463717] [1.4245815802550057 -0.029318979016984846; -0.4907968786437613 -1.5543084289104963; -0.40063919544927323 1.5731333763463717] [1.4245815802550057 -0.029318979016984846; -0.4907968786437613 -1.5543084289104963; -0.40063919544927323 1.5731333763463717] [1.4245815802550057 -0.029318979016984846; -0.4907968786437613 -1.5543084289104963; -0.40063919544927323 1.5731333763463717] [1.4245815802550057 -0.029318979016984846; -0.4907968786437613 -1.5543084289104963; -0.40063919544927323 1.5731333763463717] [1.4245815802550057 -0.029318979016984846; -0.4907968786437613 -1.5543084289104963; -0.40063919544927323 1.5731333763463717] [1.4245815802550057 -0.029318979016984846; -0.4907968786437613 -1.5543084289104963; -0.40063919544927323 1.5731333763463717] [1.4245815802550057 -0.029318979016984846; -0.4907968786437613 -1.5543084289104963; -0.40063919544927323 1.5731333763463717] [1.4245815802550057 -0.029318979016984846; -0.4907968786437613 -1.5543084289104963; -0.40063919544927323 1.5731333763463717]]┌ 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.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003]; [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003]; [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003]; [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003]; [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003]; [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003]; [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003]; [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003]; [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003]; [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003];;; [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003]; [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003]; [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003]; [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003]; [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003]; [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003]; [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003]; [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003]; [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003]; [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003];;; [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003]; [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003]; [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003]; [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003]; [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003]; [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003]; [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003]; [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003]; [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003]; [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003];;; [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003]; [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003]; [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003]; [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003]; [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003]; [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003]; [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003]; [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003]; [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003]; [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003];;; [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003]; [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003]; [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003]; [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003]; [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003]; [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003]; [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003]; [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003]; [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003]; [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003];;; [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003]; [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003]; [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003]; [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003]; [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003]; [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003]; [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003]; [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003]; [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003]; [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003];;; [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003]; [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003]; [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003]; [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003]; [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003]; [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003]; [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003]; [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003]; [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003]; [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003];;; [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003]; [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003]; [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003]; [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003]; [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003]; [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003]; [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003]; [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003]; [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003]; [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003];;; [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003]; [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003]; [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003]; [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003]; [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003]; [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003]; [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003]; [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003]; [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003]; [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003];;; [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003]; [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003]; [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003]; [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003]; [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003]; [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003]; [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003]; [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003]; [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003]; [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003] [-0.3200700196922341 -0.05415814168779668; 0.527573605527072 -1.3602827377638003]]┌ 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.4101514777326145 3.354202293614565; -0.6319336291381131 0.7105680913588174] [0.4101514777326145 3.354202293614565; -0.6319336291381131 0.7105680913588174] [0.4101514777326145 3.354202293614565; -0.6319336291381131 0.7105680913588174]; [0.4101514777326145 3.354202293614565; -0.6319336291381131 0.7105680913588174] [0.4101514777326145 3.354202293614565; -0.6319336291381131 0.7105680913588174] [0.4101514777326145 3.354202293614565; -0.6319336291381131 0.7105680913588174]; [0.4101514777326145 3.354202293614565; -0.6319336291381131 0.7105680913588174] [0.4101514777326145 3.354202293614565; -0.6319336291381131 0.7105680913588174] [0.4101514777326145 3.354202293614565; -0.6319336291381131 0.7105680913588174]]; [[0.4101514777326145 3.354202293614565; -0.6319336291381131 0.7105680913588174] [0.4101514777326145 3.354202293614565; -0.6319336291381131 0.7105680913588174] [0.4101514777326145 3.354202293614565; -0.6319336291381131 0.7105680913588174]; [0.4101514777326145 3.354202293614565; -0.6319336291381131 0.7105680913588174] [0.4101514777326145 3.354202293614565; -0.6319336291381131 0.7105680913588174] [0.4101514777326145 3.354202293614565; -0.6319336291381131 0.7105680913588174]; [0.4101514777326145 3.354202293614565; -0.6319336291381131 0.7105680913588174] [0.4101514777326145 3.354202293614565; -0.6319336291381131 0.7105680913588174] [0.4101514777326145 3.354202293614565; -0.6319336291381131 0.7105680913588174]];;; [[0.4101514777326145 3.354202293614565; -0.6319336291381131 0.7105680913588174] [0.4101514777326145 3.354202293614565; -0.6319336291381131 0.7105680913588174] [0.4101514777326145 3.354202293614565; -0.6319336291381131 0.7105680913588174]; [0.4101514777326145 3.354202293614565; -0.6319336291381131 0.7105680913588174] [0.4101514777326145 3.354202293614565; -0.6319336291381131 0.7105680913588174] [0.4101514777326145 3.354202293614565; -0.6319336291381131 0.7105680913588174]; [0.4101514777326145 3.354202293614565; -0.6319336291381131 0.7105680913588174] [0.4101514777326145 3.354202293614565; -0.6319336291381131 0.7105680913588174] [0.4101514777326145 3.354202293614565; -0.6319336291381131 0.7105680913588174]]; [[0.4101514777326145 3.354202293614565; -0.6319336291381131 0.7105680913588174] [0.4101514777326145 3.354202293614565; -0.6319336291381131 0.7105680913588174] [0.4101514777326145 3.354202293614565; -0.6319336291381131 0.7105680913588174]; [0.4101514777326145 3.354202293614565; -0.6319336291381131 0.7105680913588174] [0.4101514777326145 3.354202293614565; -0.6319336291381131 0.7105680913588174] [0.4101514777326145 3.354202293614565; -0.6319336291381131 0.7105680913588174]; [0.4101514777326145 3.354202293614565; -0.6319336291381131 0.7105680913588174] [0.4101514777326145 3.354202293614565; -0.6319336291381131 0.7105680913588174] [0.4101514777326145 3.354202293614565; -0.6319336291381131 0.7105680913588174]];;; [[0.4101514777326145 3.354202293614565; -0.6319336291381131 0.7105680913588174] [0.4101514777326145 3.354202293614565; -0.6319336291381131 0.7105680913588174] [0.4101514777326145 3.354202293614565; -0.6319336291381131 0.7105680913588174]; [0.4101514777326145 3.354202293614565; -0.6319336291381131 0.7105680913588174] [0.4101514777326145 3.354202293614565; -0.6319336291381131 0.7105680913588174] [0.4101514777326145 3.354202293614565; -0.6319336291381131 0.7105680913588174]; [0.4101514777326145 3.354202293614565; -0.6319336291381131 0.7105680913588174] [0.4101514777326145 3.354202293614565; -0.6319336291381131 0.7105680913588174] [0.4101514777326145 3.354202293614565; -0.6319336291381131 0.7105680913588174]]; [[0.4101514777326145 3.354202293614565; -0.6319336291381131 0.7105680913588174] [0.4101514777326145 3.354202293614565; -0.6319336291381131 0.7105680913588174] [0.4101514777326145 3.354202293614565; -0.6319336291381131 0.7105680913588174]; [0.4101514777326145 3.354202293614565; -0.6319336291381131 0.7105680913588174] [0.4101514777326145 3.354202293614565; -0.6319336291381131 0.7105680913588174] [0.4101514777326145 3.354202293614565; -0.6319336291381131 0.7105680913588174]; [0.4101514777326145 3.354202293614565; -0.6319336291381131 0.7105680913588174] [0.4101514777326145 3.354202293614565; -0.6319336291381131 0.7105680913588174] [0.4101514777326145 3.354202293614565; -0.6319336291381131 0.7105680913588174]];;; [[0.4101514777326145 3.354202293614565; -0.6319336291381131 0.7105680913588174] [0.4101514777326145 3.354202293614565; -0.6319336291381131 0.7105680913588174] [0.4101514777326145 3.354202293614565; -0.6319336291381131 0.7105680913588174]; [0.4101514777326145 3.354202293614565; -0.6319336291381131 0.7105680913588174] [0.4101514777326145 3.354202293614565; -0.6319336291381131 0.7105680913588174] [0.4101514777326145 3.354202293614565; -0.6319336291381131 0.7105680913588174]; [0.4101514777326145 3.354202293614565; -0.6319336291381131 0.7105680913588174] [0.4101514777326145 3.354202293614565; -0.6319336291381131 0.7105680913588174] [0.4101514777326145 3.354202293614565; -0.6319336291381131 0.7105680913588174]]; [[0.4101514777326145 3.354202293614565; -0.6319336291381131 0.7105680913588174] [0.4101514777326145 3.354202293614565; -0.6319336291381131 0.7105680913588174] [0.4101514777326145 3.354202293614565; -0.6319336291381131 0.7105680913588174]; [0.4101514777326145 3.354202293614565; -0.6319336291381131 0.7105680913588174] [0.4101514777326145 3.354202293614565; -0.6319336291381131 0.7105680913588174] [0.4101514777326145 3.354202293614565; -0.6319336291381131 0.7105680913588174]; [0.4101514777326145 3.354202293614565; -0.6319336291381131 0.7105680913588174] [0.4101514777326145 3.354202293614565; -0.6319336291381131 0.7105680913588174] [0.4101514777326145 3.354202293614565; -0.6319336291381131 0.7105680913588174]];;;;]┌ 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[1, 0, 0, 0, 0]┌ 5-element ToolsArray{Bool, 1} ┐ ├───────────────────────────────┴────────────────── dims ┐ ↓ 𝑡 Sampled{Int64} 1:5 ForwardOrdered Regular Points └────────────────────────────────────────────────────────┘ 1 1 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 Fail Total Time Package | 249 1 250 6m57.4s test/runtests.jl | 17 1 18 1m38.0s Aqua | 10 1 11 1m35.9s Method ambiguity | 1 1 10.2s Unbound type parameters | 1 1 0.1s Undefined exports | 1 1 0.0s Compare Project.toml and test/Project.toml | 1 1 0.4s Stale dependencies | 1 1 10.5s Compat bounds | 4 4 0.7s Piracy | 1 1 0.1s Persistent tasks | 1 1 52.6s Dates | 6 6 1.7s Spectra | 1 1 0.3s test/Operators.jl | 9 9 3.6s test/UnitfulTools.jl | 13 13 12.9s test/IO.jl | 26 26 2m20.5s test/ToolsArrays.jl | 89 89 48.1s test/SciMLBaseExt.jl | 10 10 22.8s test/Utils.jl | 85 85 1m31.4s ERROR: LoadError: Some tests did not pass: 249 passed, 1 failed, 0 errored, 0 broken. in expression starting at /home/pkgeval/.julia/packages/TimeseriesBase/39auu/test/runtests.jl:4 Testing failed after 459.7s ERROR: LoadError: Package TimeseriesBase errored during testing Stacktrace: [1] pkgerror(msg::String) @ Pkg.Types /opt/julia/share/julia/stdlib/v1.14/Pkg/src/Types.jl:68 [2] test(ctx::Pkg.Types.Context, pkgs::Vector{PackageSpec}; coverage::Bool, julia_args::Cmd, test_args::Cmd, test_fn::Nothing, force_latest_compatible_version::Bool, allow_earlier_backwards_compatible_versions::Bool, allow_reresolve::Bool) @ Pkg.Operations /opt/julia/share/julia/stdlib/v1.14/Pkg/src/Operations.jl:3138 [3] test @ /opt/julia/share/julia/stdlib/v1.14/Pkg/src/Operations.jl:3003 [inlined] [4] test(ctx::Pkg.Types.Context, pkgs::Vector{PackageSpec}; coverage::Bool, test_fn::Nothing, julia_args::Cmd, test_args::Cmd, force_latest_compatible_version::Bool, allow_earlier_backwards_compatible_versions::Bool, allow_reresolve::Bool, kwargs::@Kwargs{io::IOContext{IO}}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:586 [5] kwcall(::@NamedTuple{julia_args::Cmd, io::IOContext{IO}}, ::typeof(Pkg.API.test), ctx::Pkg.Types.Context, pkgs::Vector{PackageSpec}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:562 [6] test(pkgs::Vector{PackageSpec}; io::IOContext{IO}, kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:172 [7] kwcall(::@NamedTuple{julia_args::Cmd}, ::typeof(Pkg.API.test), pkgs::Vector{PackageSpec}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:161 [8] test(pkgs::Vector{String}; kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:160 [9] test @ /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:160 [inlined] [10] kwcall(::@NamedTuple{julia_args::Cmd}, ::typeof(Pkg.API.test), pkg::String) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:159 [11] top-level scope @ /PkgEval.jl/scripts/evaluate.jl:223 [12] include(mod::Module, _path::String) @ Base ./Base.jl:323 [13] exec_options(opts::Base.JLOptions) @ Base ./client.jl:344 [14] _start() @ Base ./client.jl:585 in expression starting at /PkgEval.jl/scripts/evaluate.jl:214 PkgEval failed after 785.31s: package has test failures