comparison test/Manifest.toml @ 1260:8b9a77d2dc91 refactor/grids

Add tests and make them pass for ZeroDimGrid
author Jonatan Werpers <jonatan@werpers.com>
date Thu, 23 Feb 2023 12:22:18 +0100
parents d13b73e9f65e
children 1db346d8c2e3
comparison
equal deleted inserted replaced
1259:ee57bdb366e4 1260:8b9a77d2dc91
1 # This file is machine-generated - editing it directly is not advised 1 # This file is machine-generated - editing it directly is not advised
2 2
3 julia_version = "1.8.5" 3 julia_version = "1.8.5"
4 manifest_format = "2.0" 4 manifest_format = "2.0"
5 project_hash = "23260eda65ade7d11fffed313a68520d0bc053fc" 5 project_hash = "f2b0634c12bbed93a17efc88d466604d5a07c465"
6 6
7 [[deps.ArgTools]] 7 [[deps.ArgTools]]
8 uuid = "0dad84c5-d112-42e6-8d28-ef12dabb789f" 8 uuid = "0dad84c5-d112-42e6-8d28-ef12dabb789f"
9 version = "1.1.1" 9 version = "1.1.1"
10 10
248 deps = ["ChainRulesCore", "IrrationalConstants", "LogExpFunctions", "OpenLibm_jll", "OpenSpecFun_jll"] 248 deps = ["ChainRulesCore", "IrrationalConstants", "LogExpFunctions", "OpenLibm_jll", "OpenSpecFun_jll"]
249 git-tree-sha1 = "d75bda01f8c31ebb72df80a46c88b25d1c79c56d" 249 git-tree-sha1 = "d75bda01f8c31ebb72df80a46c88b25d1c79c56d"
250 uuid = "276daf66-3868-5448-9aa4-cd146d93841b" 250 uuid = "276daf66-3868-5448-9aa4-cd146d93841b"
251 version = "2.1.7" 251 version = "2.1.7"
252 252
253 [[deps.StaticArrays]]
254 deps = ["LinearAlgebra", "Random", "StaticArraysCore", "Statistics"]
255 git-tree-sha1 = "2d7d9e1ddadc8407ffd460e24218e37ef52dd9a3"
256 uuid = "90137ffa-7385-5640-81b9-e52037218182"
257 version = "1.5.16"
258
259 [[deps.StaticArraysCore]]
260 git-tree-sha1 = "6b7ba252635a5eff6a0b0664a41ee140a1c9e72a"
261 uuid = "1e83bf80-4336-4d27-bf5d-d5a4f845583c"
262 version = "1.4.0"
263
253 [[deps.Statistics]] 264 [[deps.Statistics]]
254 deps = ["LinearAlgebra", "SparseArrays"] 265 deps = ["LinearAlgebra", "SparseArrays"]
255 uuid = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" 266 uuid = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
256 267
257 [[deps.TOML]] 268 [[deps.TOML]]