Package evaluation to test TimeseriesBase on Julia 1.14.0-DEV.1786 (45ee44a91e*) started at 2026-02-22T15:50:24.616 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 12.44s ################################################################################ # 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.81s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompiling packages... 993.8 ms ✓ ADTypes → ADTypesConstructionBaseExt 1366.6 ms ✓ MaybeInplace 1274.8 ms ✓ SciMLLogging 1899.6 ms ✓ Unitful → ConstructionBaseUnitfulExt 2149.0 ms ✓ Unitful → InverseFunctionsUnitfulExt 3550.7 ms ✓ SciMLOperators 1942.3 ms ✓ Accessors → UnitfulExt 1386.6 ms ✓ TruncatedStacktraces 3094.8 ms ✓ SymbolicIndexingInterface 6958.3 ms ✓ Static 2244.0 ms ✓ PreallocationTools 25802.6 ms ✓ DimensionalData 1250.7 ms ✓ SciMLStructures 1342.4 ms ✓ IntervalSets → IntervalSetsRecipesBaseExt 46319.1 ms ✓ JLD2 2019.0 ms ✓ SciMLOperators → SciMLOperatorsStaticArraysCoreExt 8285.9 ms ✓ RecursiveArrayTools 966.5 ms ✓ BitTwiddlingConvenienceFunctions 2269.5 ms ✓ CPUSummary 4894.4 ms ✓ StaticArrayInterface 1607.9 ms ✓ DimensionalData → DimensionalDataAdaptExt 1615.9 ms ✓ DimensionalData → DimensionalDataArrayInterfaceExt 2110.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`. 10969.1 ms ✓ TimeseriesBase 1455.1 ms ✓ RecursiveArrayTools → RecursiveArrayToolsTablesExt 1587.6 ms ✓ RecursiveArrayTools → RecursiveArrayToolsStatisticsExt 2049.4 ms ✓ PolyesterWeave 1230.1 ms ✓ CloseOpenIntervals 1402.9 ms ✓ LayoutPointers 30646.7 ms ✓ SciMLBase 2014.5 ms ✓ StrideArraysCore 3296.6 ms ✓ SciMLBase → SciMLBaseDifferentiationInterfaceExt 11360.8 ms ✓ TimeseriesBase → SciMLBaseExt 1991.9 ms ✓ Polyester 8852.4 ms ✓ SciMLJacobianOperators 2072.7 ms ✓ FastBroadcast 18653.9 ms ✓ NonlinearSolveBase 2181.2 ms ✓ RecursiveArrayTools → RecursiveArrayToolsFastBroadcastExt 9147.9 ms ✓ BracketingNonlinearSolve 7691.1 ms ✓ DiffEqBase 5639.8 ms ✓ DiffEqBase → DiffEqBaseUnitfulExt 12084.4 ms ✓ OrdinaryDiffEqCore 14924.6 ms ✓ OrdinaryDiffEqTsit5 43 dependencies successfully precompiled in 276 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 291.55s ################################################################################ # Testing # Testing TimeseriesBase Status `/tmp/jl_Fswo7D/Project.toml` [4c88cf16] Aqua v0.8.14 [2b5f629d] DiffEqBase v6.208.0 ⌅ [0703355e] DimensionalData v0.29.26 [85a1e053] Interfaces v0.3.2 [8197267c] IntervalSets v0.7.13 [033835bb] JLD2 v0.6.3 [b1df2697] OrdinaryDiffEqTsit5 v1.9.0 [189a3867] Reexport v1.2.2 [0bca4576] SciMLBase v2.142.1 [10745b16] Statistics v1.11.1 [f8b46487] TestItemRunner v1.1.4 [1c621080] TestItems v1.0.0 [c2aba7f5] TimeseriesBase v0.1.4 [1986cc42] Unitful v1.28.0 [ade2ca70] Dates v1.11.0 [37e2e46d] LinearAlgebra v1.13.0 [9a3f8284] Random v1.11.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_Fswo7D/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.10.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.208.0 [a0c0ee7d] DifferentiationInterface v0.7.16 ⌅ [0703355e] DimensionalData v0.29.26 [ffbed154] DocStringExtensions v0.9.5 [4e289a0a] EnumX v1.0.6 [f151be2c] EnzymeCore v0.8.18 [e2ba6199] ExprTools v0.1.10 [55351af7] ExproniconLite v0.10.14 [411431e0] Extents v0.1.6 [7034ab61] FastBroadcast v0.3.5 [9aa1b823] FastClosures v0.3.2 [a4df4552] FastPower v1.3.1 [5789e2e9] FileIO v1.18.0 [1a297f60] FillArrays v1.16.0 [069b7b12] FunctionWrappers v1.1.3 [77dc65aa] FunctionWrappersWrappers v0.1.3 [46192b85] GPUArraysCore v0.2.0 [076d061b] HashArrayMappedTries v0.2.0 [615f187c] IfElse v0.1.1 [85a1e053] Interfaces v0.3.2 [8197267c] IntervalSets v0.7.13 [3587e190] InverseFunctions v0.1.17 [41ab1584] InvertedIndices v1.3.1 [92d709cd] IrrationalConstants v0.2.6 [82899510] IteratorInterfaceExtensions v1.0.0 [033835bb] JLD2 v0.6.3 ⌅ [682c06a0] JSON v0.21.4 [ae98c720] Jieko v0.2.1 [10f19ff3] LayoutPointers v0.1.17 [2ab3a3ac] LogExpFunctions v0.3.29 [e6f89c97] LoggingExtras v1.2.0 [1914dd2f] MacroTools v0.5.16 [d125e4d3] ManualMemory v0.1.8 [bb5d69b7] MaybeInplace v0.1.4 [2e0e35c7] Moshi v0.3.7 [46d2c3a1] MuladdMacro v0.2.4 [be0214bd] NonlinearSolveBase v2.13.0 [bac558e1] OrderedCollections v1.8.1 [bbf590c4] OrdinaryDiffEqCore v3.8.0 [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.142.1 [19f34311] SciMLJacobianOperators v0.1.12 [a6db7da4] SciMLLogging v1.9.1 [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.11128265196696926, -2.811968652467479, -0.45530576413549906, 3.276597813993917, 0.5024932032463184, -0.5408513230520028, -1.3565068182668865, -1.2391050182770142, -1.1157511240230842, 1.3346467148948011]┌ 10-element ToolsArray{Float64, 1} ┐ ├───────────────────────────────────┴─────────────── dims ┐ ↓ 𝑡 Sampled{Int64} 1:10 ForwardOrdered Regular Points └─────────────────────────────────────────────────────────┘ 1 -0.111283 2 -2.81197 3 -0.455306 4 3.2766 5 0.502493 6 -0.540851 7 -1.35651 8 -1.23911 9 -1.11575 10 1.33465 [-0.662453469735237 0.6555316015313665 -0.28882961775480437 1.6119632764655962 -0.46810981864896267 0.1396601689742527 0.07769986114080357 0.2630374034327852 -0.5069951296493022 -0.2942955452499778; -0.4960920136527749 0.6124882631761809 -0.36931709919644956 0.9886871226279313 1.715731096423812 1.2006973546884543 0.5202674067238457 0.03425868674219626 -0.3218743273645164 0.27639134868961496; -0.3260723051595223 0.9676809501220485 0.32397340268053615 0.6064414984254356 -1.2229048235263107 -0.6291811722782192 -0.33513748994048037 0.5110429932956666 0.39785283463163323 -0.2004026770084118; 0.4156532593832319 -0.8348856980977568 -0.01592097120524721 1.079400769285511 -0.5638975990417009 0.4061032931091425 -1.3105975629381896 0.987158806282585 0.3882731814033013 -2.779453071418258; -1.5086552282032109 -0.6060552775209032 -0.1497781355038945 1.3410087293011852 -1.1382466039762076 0.3939978300121905 -0.5111153909101295 0.45546001986080703 -0.05660511204319909 -0.1837806182286902; 1.1574976931836822 -0.8314290101786791 0.30427795172108385 -0.6380028769059131 1.089169719108325 -1.6542504723865272 -1.0113309205343464 1.7705556559373934 0.27927448021233037 -0.8688005909723782; -2.412452132008318 -1.1574951125641604 1.2073249052756363 -0.07528499000893908 -0.4556475012402585 -0.633819864321773 1.6048114621405636 -1.0710629059798842 0.04571352337799007 0.5076345250613253; -0.8798036301159898 -0.03619513242127689 -0.5791769546046261 0.6794183706530937 0.12382116750189795 1.705036668980709 -0.9902976748784923 -1.737381620877088 0.24843014833547952 -0.2573931490641897; 2.4919333863495505 -0.34978876762824573 -0.007154346913570309 -0.7460988208419871 -0.809315528219009 0.8447548292882062 0.31776525922084053 0.8414935941759631 1.0425519938658612 -1.1829308619783896; -0.07092447580665572 0.15314961971806884 -0.5973119263706513 0.6589675047920335 0.37708956462365595 0.16645937075187514 1.0392178453582144 -1.071334946384853 -0.33278859206425543 0.7138808515866603]┌ 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.662453 0.655532 -0.28883 1.61196 -0.46811 0.13966 0.0776999 0.263037 -0.506995 -0.294296 2 -0.496092 0.612488 -0.369317 0.988687 1.71573 1.2007 0.520267 0.0342587 -0.321874 0.276391 3 -0.326072 0.967681 0.323973 0.606441 -1.2229 -0.629181 -0.335137 0.511043 0.397853 -0.200403 4 0.415653 -0.834886 -0.015921 1.0794 -0.563898 0.406103 -1.3106 0.987159 0.388273 -2.77945 5 -1.50866 -0.606055 -0.149778 1.34101 -1.13825 0.393998 -0.511115 0.45546 -0.0566051 -0.183781 6 1.1575 -0.831429 0.304278 -0.638003 1.08917 -1.65425 -1.01133 1.77056 0.279274 -0.868801 7 -2.41245 -1.1575 1.20732 -0.075285 -0.455648 -0.63382 1.60481 -1.07106 0.0457135 0.507635 8 -0.879804 -0.0361951 -0.579177 0.679418 0.123821 1.70504 -0.990298 -1.73738 0.24843 -0.257393 9 2.49193 -0.349789 -0.00715435 -0.746099 -0.809316 0.844755 0.317765 0.841494 1.04255 -1.18293 10 -0.0709245 0.15315 -0.597312 0.658968 0.37709 0.166459 1.03922 -1.07133 -0.332789 0.713881 [0.22983074545775894 0.2610089599982267; 1.7980182463037424 -0.06455756025278304;;; 0.1742052688014813 1.477529690111562; 1.0806680810586597 1.5501849334313573]┌ 2×2×2 ToolsArray{Float64, 3} ┐ ├──────────────────────────────┴─────────────────── dims ┐ ↓ 𝑡 Sampled{Int64} 1:2 ForwardOrdered Regular Points, → 𝑥 Sampled{Int64} 1:2 ForwardOrdered Regular Points, ↗ 𝑦 Sampled{Int64} 1:2 ForwardOrdered Regular Points └────────────────────────────────────────────────────────┘ [:, :, 1] ↓ → 1 2 1 0.229831 0.261009 2 1.79802 -0.0645576 [[0.8156121251814078 -0.9975575139529074; -2.3667713981116245 0.27110658928655185; 0.36892906963265304 -1.3559795617504327] [0.8156121251814078 -0.9975575139529074; -2.3667713981116245 0.27110658928655185; 0.36892906963265304 -1.3559795617504327] [0.8156121251814078 -0.9975575139529074; -2.3667713981116245 0.27110658928655185; 0.36892906963265304 -1.3559795617504327] [0.8156121251814078 -0.9975575139529074; -2.3667713981116245 0.27110658928655185; 0.36892906963265304 -1.3559795617504327] [0.8156121251814078 -0.9975575139529074; -2.3667713981116245 0.27110658928655185; 0.36892906963265304 -1.3559795617504327] [0.8156121251814078 -0.9975575139529074; -2.3667713981116245 0.27110658928655185; 0.36892906963265304 -1.3559795617504327] [0.8156121251814078 -0.9975575139529074; -2.3667713981116245 0.27110658928655185; 0.36892906963265304 -1.3559795617504327] [0.8156121251814078 -0.9975575139529074; -2.3667713981116245 0.27110658928655185; 0.36892906963265304 -1.3559795617504327] [0.8156121251814078 -0.9975575139529074; -2.3667713981116245 0.27110658928655185; 0.36892906963265304 -1.3559795617504327] [0.8156121251814078 -0.9975575139529074; -2.3667713981116245 0.27110658928655185; 0.36892906963265304 -1.3559795617504327]; [0.8156121251814078 -0.9975575139529074; -2.3667713981116245 0.27110658928655185; 0.36892906963265304 -1.3559795617504327] [0.8156121251814078 -0.9975575139529074; -2.3667713981116245 0.27110658928655185; 0.36892906963265304 -1.3559795617504327] [0.8156121251814078 -0.9975575139529074; -2.3667713981116245 0.27110658928655185; 0.36892906963265304 -1.3559795617504327] [0.8156121251814078 -0.9975575139529074; -2.3667713981116245 0.27110658928655185; 0.36892906963265304 -1.3559795617504327] [0.8156121251814078 -0.9975575139529074; -2.3667713981116245 0.27110658928655185; 0.36892906963265304 -1.3559795617504327] [0.8156121251814078 -0.9975575139529074; -2.3667713981116245 0.27110658928655185; 0.36892906963265304 -1.3559795617504327] [0.8156121251814078 -0.9975575139529074; -2.3667713981116245 0.27110658928655185; 0.36892906963265304 -1.3559795617504327] [0.8156121251814078 -0.9975575139529074; -2.3667713981116245 0.27110658928655185; 0.36892906963265304 -1.3559795617504327] [0.8156121251814078 -0.9975575139529074; -2.3667713981116245 0.27110658928655185; 0.36892906963265304 -1.3559795617504327] [0.8156121251814078 -0.9975575139529074; -2.3667713981116245 0.27110658928655185; 0.36892906963265304 -1.3559795617504327]; [0.8156121251814078 -0.9975575139529074; -2.3667713981116245 0.27110658928655185; 0.36892906963265304 -1.3559795617504327] [0.8156121251814078 -0.9975575139529074; -2.3667713981116245 0.27110658928655185; 0.36892906963265304 -1.3559795617504327] [0.8156121251814078 -0.9975575139529074; -2.3667713981116245 0.27110658928655185; 0.36892906963265304 -1.3559795617504327] [0.8156121251814078 -0.9975575139529074; -2.3667713981116245 0.27110658928655185; 0.36892906963265304 -1.3559795617504327] [0.8156121251814078 -0.9975575139529074; -2.3667713981116245 0.27110658928655185; 0.36892906963265304 -1.3559795617504327] [0.8156121251814078 -0.9975575139529074; -2.3667713981116245 0.27110658928655185; 0.36892906963265304 -1.3559795617504327] [0.8156121251814078 -0.9975575139529074; -2.3667713981116245 0.27110658928655185; 0.36892906963265304 -1.3559795617504327] [0.8156121251814078 -0.9975575139529074; -2.3667713981116245 0.27110658928655185; 0.36892906963265304 -1.3559795617504327] [0.8156121251814078 -0.9975575139529074; -2.3667713981116245 0.27110658928655185; 0.36892906963265304 -1.3559795617504327] [0.8156121251814078 -0.9975575139529074; -2.3667713981116245 0.27110658928655185; 0.36892906963265304 -1.3559795617504327]; [0.8156121251814078 -0.9975575139529074; -2.3667713981116245 0.27110658928655185; 0.36892906963265304 -1.3559795617504327] [0.8156121251814078 -0.9975575139529074; -2.3667713981116245 0.27110658928655185; 0.36892906963265304 -1.3559795617504327] [0.8156121251814078 -0.9975575139529074; -2.3667713981116245 0.27110658928655185; 0.36892906963265304 -1.3559795617504327] [0.8156121251814078 -0.9975575139529074; -2.3667713981116245 0.27110658928655185; 0.36892906963265304 -1.3559795617504327] [0.8156121251814078 -0.9975575139529074; -2.3667713981116245 0.27110658928655185; 0.36892906963265304 -1.3559795617504327] [0.8156121251814078 -0.9975575139529074; -2.3667713981116245 0.27110658928655185; 0.36892906963265304 -1.3559795617504327] [0.8156121251814078 -0.9975575139529074; -2.3667713981116245 0.27110658928655185; 0.36892906963265304 -1.3559795617504327] [0.8156121251814078 -0.9975575139529074; -2.3667713981116245 0.27110658928655185; 0.36892906963265304 -1.3559795617504327] [0.8156121251814078 -0.9975575139529074; -2.3667713981116245 0.27110658928655185; 0.36892906963265304 -1.3559795617504327] [0.8156121251814078 -0.9975575139529074; -2.3667713981116245 0.27110658928655185; 0.36892906963265304 -1.3559795617504327]; [0.8156121251814078 -0.9975575139529074; -2.3667713981116245 0.27110658928655185; 0.36892906963265304 -1.3559795617504327] [0.8156121251814078 -0.9975575139529074; -2.3667713981116245 0.27110658928655185; 0.36892906963265304 -1.3559795617504327] [0.8156121251814078 -0.9975575139529074; -2.3667713981116245 0.27110658928655185; 0.36892906963265304 -1.3559795617504327] [0.8156121251814078 -0.9975575139529074; -2.3667713981116245 0.27110658928655185; 0.36892906963265304 -1.3559795617504327] [0.8156121251814078 -0.9975575139529074; -2.3667713981116245 0.27110658928655185; 0.36892906963265304 -1.3559795617504327] [0.8156121251814078 -0.9975575139529074; -2.3667713981116245 0.27110658928655185; 0.36892906963265304 -1.3559795617504327] [0.8156121251814078 -0.9975575139529074; -2.3667713981116245 0.27110658928655185; 0.36892906963265304 -1.3559795617504327] [0.8156121251814078 -0.9975575139529074; -2.3667713981116245 0.27110658928655185; 0.36892906963265304 -1.3559795617504327] [0.8156121251814078 -0.9975575139529074; -2.3667713981116245 0.27110658928655185; 0.36892906963265304 -1.3559795617504327] [0.8156121251814078 -0.9975575139529074; -2.3667713981116245 0.27110658928655185; 0.36892906963265304 -1.3559795617504327]; [0.8156121251814078 -0.9975575139529074; -2.3667713981116245 0.27110658928655185; 0.36892906963265304 -1.3559795617504327] [0.8156121251814078 -0.9975575139529074; -2.3667713981116245 0.27110658928655185; 0.36892906963265304 -1.3559795617504327] [0.8156121251814078 -0.9975575139529074; -2.3667713981116245 0.27110658928655185; 0.36892906963265304 -1.3559795617504327] [0.8156121251814078 -0.9975575139529074; -2.3667713981116245 0.27110658928655185; 0.36892906963265304 -1.3559795617504327] [0.8156121251814078 -0.9975575139529074; -2.3667713981116245 0.27110658928655185; 0.36892906963265304 -1.3559795617504327] [0.8156121251814078 -0.9975575139529074; -2.3667713981116245 0.27110658928655185; 0.36892906963265304 -1.3559795617504327] [0.8156121251814078 -0.9975575139529074; -2.3667713981116245 0.27110658928655185; 0.36892906963265304 -1.3559795617504327] [0.8156121251814078 -0.9975575139529074; -2.3667713981116245 0.27110658928655185; 0.36892906963265304 -1.3559795617504327] [0.8156121251814078 -0.9975575139529074; -2.3667713981116245 0.27110658928655185; 0.36892906963265304 -1.3559795617504327] [0.8156121251814078 -0.9975575139529074; -2.3667713981116245 0.27110658928655185; 0.36892906963265304 -1.3559795617504327]; [0.8156121251814078 -0.9975575139529074; -2.3667713981116245 0.27110658928655185; 0.36892906963265304 -1.3559795617504327] [0.8156121251814078 -0.9975575139529074; -2.3667713981116245 0.27110658928655185; 0.36892906963265304 -1.3559795617504327] [0.8156121251814078 -0.9975575139529074; -2.3667713981116245 0.27110658928655185; 0.36892906963265304 -1.3559795617504327] [0.8156121251814078 -0.9975575139529074; -2.3667713981116245 0.27110658928655185; 0.36892906963265304 -1.3559795617504327] [0.8156121251814078 -0.9975575139529074; -2.3667713981116245 0.27110658928655185; 0.36892906963265304 -1.3559795617504327] [0.8156121251814078 -0.9975575139529074; -2.3667713981116245 0.27110658928655185; 0.36892906963265304 -1.3559795617504327] [0.8156121251814078 -0.9975575139529074; -2.3667713981116245 0.27110658928655185; 0.36892906963265304 -1.3559795617504327] [0.8156121251814078 -0.9975575139529074; -2.3667713981116245 0.27110658928655185; 0.36892906963265304 -1.3559795617504327] [0.8156121251814078 -0.9975575139529074; -2.3667713981116245 0.27110658928655185; 0.36892906963265304 -1.3559795617504327] [0.8156121251814078 -0.9975575139529074; -2.3667713981116245 0.27110658928655185; 0.36892906963265304 -1.3559795617504327]; [0.8156121251814078 -0.9975575139529074; -2.3667713981116245 0.27110658928655185; 0.36892906963265304 -1.3559795617504327] [0.8156121251814078 -0.9975575139529074; -2.3667713981116245 0.27110658928655185; 0.36892906963265304 -1.3559795617504327] [0.8156121251814078 -0.9975575139529074; -2.3667713981116245 0.27110658928655185; 0.36892906963265304 -1.3559795617504327] [0.8156121251814078 -0.9975575139529074; -2.3667713981116245 0.27110658928655185; 0.36892906963265304 -1.3559795617504327] [0.8156121251814078 -0.9975575139529074; -2.3667713981116245 0.27110658928655185; 0.36892906963265304 -1.3559795617504327] [0.8156121251814078 -0.9975575139529074; -2.3667713981116245 0.27110658928655185; 0.36892906963265304 -1.3559795617504327] [0.8156121251814078 -0.9975575139529074; -2.3667713981116245 0.27110658928655185; 0.36892906963265304 -1.3559795617504327] [0.8156121251814078 -0.9975575139529074; -2.3667713981116245 0.27110658928655185; 0.36892906963265304 -1.3559795617504327] [0.8156121251814078 -0.9975575139529074; -2.3667713981116245 0.27110658928655185; 0.36892906963265304 -1.3559795617504327] [0.8156121251814078 -0.9975575139529074; -2.3667713981116245 0.27110658928655185; 0.36892906963265304 -1.3559795617504327]; [0.8156121251814078 -0.9975575139529074; -2.3667713981116245 0.27110658928655185; 0.36892906963265304 -1.3559795617504327] [0.8156121251814078 -0.9975575139529074; -2.3667713981116245 0.27110658928655185; 0.36892906963265304 -1.3559795617504327] [0.8156121251814078 -0.9975575139529074; -2.3667713981116245 0.27110658928655185; 0.36892906963265304 -1.3559795617504327] [0.8156121251814078 -0.9975575139529074; -2.3667713981116245 0.27110658928655185; 0.36892906963265304 -1.3559795617504327] [0.8156121251814078 -0.9975575139529074; -2.3667713981116245 0.27110658928655185; 0.36892906963265304 -1.3559795617504327] [0.8156121251814078 -0.9975575139529074; -2.3667713981116245 0.27110658928655185; 0.36892906963265304 -1.3559795617504327] [0.8156121251814078 -0.9975575139529074; -2.3667713981116245 0.27110658928655185; 0.36892906963265304 -1.3559795617504327] [0.8156121251814078 -0.9975575139529074; -2.3667713981116245 0.27110658928655185; 0.36892906963265304 -1.3559795617504327] [0.8156121251814078 -0.9975575139529074; -2.3667713981116245 0.27110658928655185; 0.36892906963265304 -1.3559795617504327] [0.8156121251814078 -0.9975575139529074; -2.3667713981116245 0.27110658928655185; 0.36892906963265304 -1.3559795617504327]; [0.8156121251814078 -0.9975575139529074; -2.3667713981116245 0.27110658928655185; 0.36892906963265304 -1.3559795617504327] [0.8156121251814078 -0.9975575139529074; -2.3667713981116245 0.27110658928655185; 0.36892906963265304 -1.3559795617504327] [0.8156121251814078 -0.9975575139529074; -2.3667713981116245 0.27110658928655185; 0.36892906963265304 -1.3559795617504327] [0.8156121251814078 -0.9975575139529074; -2.3667713981116245 0.27110658928655185; 0.36892906963265304 -1.3559795617504327] [0.8156121251814078 -0.9975575139529074; -2.3667713981116245 0.27110658928655185; 0.36892906963265304 -1.3559795617504327] [0.8156121251814078 -0.9975575139529074; -2.3667713981116245 0.27110658928655185; 0.36892906963265304 -1.3559795617504327] [0.8156121251814078 -0.9975575139529074; -2.3667713981116245 0.27110658928655185; 0.36892906963265304 -1.3559795617504327] [0.8156121251814078 -0.9975575139529074; -2.3667713981116245 0.27110658928655185; 0.36892906963265304 -1.3559795617504327] [0.8156121251814078 -0.9975575139529074; -2.3667713981116245 0.27110658928655185; 0.36892906963265304 -1.3559795617504327] [0.8156121251814078 -0.9975575139529074; -2.3667713981116245 0.27110658928655185; 0.36892906963265304 -1.3559795617504327]]┌ 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.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852]; [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852]; [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852]; [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852]; [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852]; [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852]; [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852]; [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852]; [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852]; [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852];;; [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852]; [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852]; [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852]; [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852]; [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852]; [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852]; [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852]; [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852]; [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852]; [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852];;; [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852]; [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852]; [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852]; [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852]; [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852]; [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852]; [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852]; [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852]; [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852]; [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852];;; [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852]; [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852]; [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852]; [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852]; [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852]; [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852]; [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852]; [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852]; [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852]; [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852];;; [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852]; [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852]; [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852]; [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852]; [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852]; [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852]; [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852]; [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852]; [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852]; [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852];;; [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852]; [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852]; [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852]; [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852]; [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852]; [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852]; [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852]; [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852]; [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852]; [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852];;; [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852]; [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852]; [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852]; [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852]; [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852]; [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852]; [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852]; [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852]; [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852]; [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852];;; [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852]; [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852]; [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852]; [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852]; [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852]; [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852]; [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852]; [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852]; [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852]; [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852];;; [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852]; [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852]; [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852]; [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852]; [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852]; [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852]; [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852]; [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852]; [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852]; [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852];;; [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852]; [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852]; [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852]; [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852]; [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852]; [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852]; [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852]; [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852]; [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852]; [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852] [-0.1241410583503566 -0.3862120630867742; 1.5196369422074254 1.2977932193092852]]┌ 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}[[[-1.8110992605239575 -0.9945223923916798; -0.704297975256145 0.2336694018440671] [-1.8110992605239575 -0.9945223923916798; -0.704297975256145 0.2336694018440671] [-1.8110992605239575 -0.9945223923916798; -0.704297975256145 0.2336694018440671]; [-1.8110992605239575 -0.9945223923916798; -0.704297975256145 0.2336694018440671] [-1.8110992605239575 -0.9945223923916798; -0.704297975256145 0.2336694018440671] [-1.8110992605239575 -0.9945223923916798; -0.704297975256145 0.2336694018440671]; [-1.8110992605239575 -0.9945223923916798; -0.704297975256145 0.2336694018440671] [-1.8110992605239575 -0.9945223923916798; -0.704297975256145 0.2336694018440671] [-1.8110992605239575 -0.9945223923916798; -0.704297975256145 0.2336694018440671]]; [[-1.8110992605239575 -0.9945223923916798; -0.704297975256145 0.2336694018440671] [-1.8110992605239575 -0.9945223923916798; -0.704297975256145 0.2336694018440671] [-1.8110992605239575 -0.9945223923916798; -0.704297975256145 0.2336694018440671]; [-1.8110992605239575 -0.9945223923916798; -0.704297975256145 0.2336694018440671] [-1.8110992605239575 -0.9945223923916798; -0.704297975256145 0.2336694018440671] [-1.8110992605239575 -0.9945223923916798; -0.704297975256145 0.2336694018440671]; [-1.8110992605239575 -0.9945223923916798; -0.704297975256145 0.2336694018440671] [-1.8110992605239575 -0.9945223923916798; -0.704297975256145 0.2336694018440671] [-1.8110992605239575 -0.9945223923916798; -0.704297975256145 0.2336694018440671]];;; [[-1.8110992605239575 -0.9945223923916798; -0.704297975256145 0.2336694018440671] [-1.8110992605239575 -0.9945223923916798; -0.704297975256145 0.2336694018440671] [-1.8110992605239575 -0.9945223923916798; -0.704297975256145 0.2336694018440671]; [-1.8110992605239575 -0.9945223923916798; -0.704297975256145 0.2336694018440671] [-1.8110992605239575 -0.9945223923916798; -0.704297975256145 0.2336694018440671] [-1.8110992605239575 -0.9945223923916798; -0.704297975256145 0.2336694018440671]; [-1.8110992605239575 -0.9945223923916798; -0.704297975256145 0.2336694018440671] [-1.8110992605239575 -0.9945223923916798; -0.704297975256145 0.2336694018440671] [-1.8110992605239575 -0.9945223923916798; -0.704297975256145 0.2336694018440671]]; [[-1.8110992605239575 -0.9945223923916798; -0.704297975256145 0.2336694018440671] [-1.8110992605239575 -0.9945223923916798; -0.704297975256145 0.2336694018440671] [-1.8110992605239575 -0.9945223923916798; -0.704297975256145 0.2336694018440671]; [-1.8110992605239575 -0.9945223923916798; -0.704297975256145 0.2336694018440671] [-1.8110992605239575 -0.9945223923916798; -0.704297975256145 0.2336694018440671] [-1.8110992605239575 -0.9945223923916798; -0.704297975256145 0.2336694018440671]; [-1.8110992605239575 -0.9945223923916798; -0.704297975256145 0.2336694018440671] [-1.8110992605239575 -0.9945223923916798; -0.704297975256145 0.2336694018440671] [-1.8110992605239575 -0.9945223923916798; -0.704297975256145 0.2336694018440671]];;; [[-1.8110992605239575 -0.9945223923916798; -0.704297975256145 0.2336694018440671] [-1.8110992605239575 -0.9945223923916798; -0.704297975256145 0.2336694018440671] [-1.8110992605239575 -0.9945223923916798; -0.704297975256145 0.2336694018440671]; [-1.8110992605239575 -0.9945223923916798; -0.704297975256145 0.2336694018440671] [-1.8110992605239575 -0.9945223923916798; -0.704297975256145 0.2336694018440671] [-1.8110992605239575 -0.9945223923916798; -0.704297975256145 0.2336694018440671]; [-1.8110992605239575 -0.9945223923916798; -0.704297975256145 0.2336694018440671] [-1.8110992605239575 -0.9945223923916798; -0.704297975256145 0.2336694018440671] [-1.8110992605239575 -0.9945223923916798; -0.704297975256145 0.2336694018440671]]; [[-1.8110992605239575 -0.9945223923916798; -0.704297975256145 0.2336694018440671] [-1.8110992605239575 -0.9945223923916798; -0.704297975256145 0.2336694018440671] [-1.8110992605239575 -0.9945223923916798; -0.704297975256145 0.2336694018440671]; [-1.8110992605239575 -0.9945223923916798; -0.704297975256145 0.2336694018440671] [-1.8110992605239575 -0.9945223923916798; -0.704297975256145 0.2336694018440671] [-1.8110992605239575 -0.9945223923916798; -0.704297975256145 0.2336694018440671]; [-1.8110992605239575 -0.9945223923916798; -0.704297975256145 0.2336694018440671] [-1.8110992605239575 -0.9945223923916798; -0.704297975256145 0.2336694018440671] [-1.8110992605239575 -0.9945223923916798; -0.704297975256145 0.2336694018440671]];;; [[-1.8110992605239575 -0.9945223923916798; -0.704297975256145 0.2336694018440671] [-1.8110992605239575 -0.9945223923916798; -0.704297975256145 0.2336694018440671] [-1.8110992605239575 -0.9945223923916798; -0.704297975256145 0.2336694018440671]; [-1.8110992605239575 -0.9945223923916798; -0.704297975256145 0.2336694018440671] [-1.8110992605239575 -0.9945223923916798; -0.704297975256145 0.2336694018440671] [-1.8110992605239575 -0.9945223923916798; -0.704297975256145 0.2336694018440671]; [-1.8110992605239575 -0.9945223923916798; -0.704297975256145 0.2336694018440671] [-1.8110992605239575 -0.9945223923916798; -0.704297975256145 0.2336694018440671] [-1.8110992605239575 -0.9945223923916798; -0.704297975256145 0.2336694018440671]]; [[-1.8110992605239575 -0.9945223923916798; -0.704297975256145 0.2336694018440671] [-1.8110992605239575 -0.9945223923916798; -0.704297975256145 0.2336694018440671] [-1.8110992605239575 -0.9945223923916798; -0.704297975256145 0.2336694018440671]; [-1.8110992605239575 -0.9945223923916798; -0.704297975256145 0.2336694018440671] [-1.8110992605239575 -0.9945223923916798; -0.704297975256145 0.2336694018440671] [-1.8110992605239575 -0.9945223923916798; -0.704297975256145 0.2336694018440671]; [-1.8110992605239575 -0.9945223923916798; -0.704297975256145 0.2336694018440671] [-1.8110992605239575 -0.9945223923916798; -0.704297975256145 0.2336694018440671] [-1.8110992605239575 -0.9945223923916798; -0.704297975256145 0.2336694018440671]];;;;]┌ 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 7m02.2s test/runtests.jl | 17 1 18 1m40.3s Aqua | 10 1 11 1m38.1s Method ambiguity | 1 1 9.3s Unbound type parameters | 1 1 0.1s Undefined exports | 1 1 0.0s Compare Project.toml and test/Project.toml | 1 1 0.3s Stale dependencies | 1 1 10.7s Compat bounds | 4 4 0.7s Piracy | 1 1 0.1s Persistent tasks | 1 1 53.9s Dates | 6 6 1.8s Spectra | 1 1 0.3s test/Operators.jl | 9 9 3.8s test/UnitfulTools.jl | 13 13 13.9s test/IO.jl | 26 26 2m24.9s test/ToolsArrays.jl | 89 89 47.0s test/SciMLBaseExt.jl | 10 10 21.9s test/Utils.jl | 85 85 1m30.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 464.05s 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 808.12s: package has test failures