Skip to content
This repository was archived by the owner on Dec 29, 2023. It is now read-only.

Commit d6abc7e

Browse files
authoredNov 1, 2023
🤖 Format .jl files
1 parent 1210b52 commit d6abc7e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎test/simulation/cookie.jl

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
@testset "CookieCutter" begin
22
problem = SimulationProblem(CartesianGrid(100, 100), (:f => Int, :z => Float64), 3)
33

4-
solver = GeoStatsSolvers.CookieCutter(DummySimSolver(:f => NamedTuple()), Dict(0 => DummySimSolver(), 1 => DummySimSolver()))
4+
solver =
5+
GeoStatsSolvers.CookieCutter(DummySimSolver(:f => NamedTuple()), Dict(0 => DummySimSolver(), 1 => DummySimSolver()))
56

67
@test sprint(show, solver) == "CookieCutter"
78
@test sprint(show, MIME"text/plain"(), solver) ==

0 commit comments

Comments
 (0)
This repository has been archived.