Skip to content

Commit 746b238

Browse files
author
LasNikas
committed
apply formatter
1 parent 5a3d5fc commit 746b238

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

test/examples/gpu.jl

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -424,17 +424,18 @@ end
424424

425425
result = interpolate_line(start_point, end_point, n_interpolation_points,
426426
semi_fullgrid, fluid_system, sol)
427+
427428
@test isapprox(plane.computed_density,
428-
[NaN,
429-
1051.550381846236,
430-
1058.840859422405,
431-
1054.6636640426582,
432-
1040.437243621303,
433-
1031.95170017119,
434-
1023.5350903161437,
435-
1009.1916142262469,
436-
693.8269492612843,
437-
NaN])
429+
[NaN,
430+
1051.550381846236,
431+
1058.840859422405,
432+
1054.6636640426582,
433+
1040.437243621303,
434+
1031.95170017119,
435+
1023.5350903161437,
436+
1009.1916142262469,
437+
693.8269492612843,
438+
NaN])
438439

439440
@test isapprox(result.density,
440441
[NaN,

0 commit comments

Comments
 (0)