We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a3d5fc commit 746b238Copy full SHA for 746b238
test/examples/gpu.jl
@@ -424,17 +424,18 @@ end
424
425
result = interpolate_line(start_point, end_point, n_interpolation_points,
426
semi_fullgrid, fluid_system, sol)
427
+
428
@test isapprox(plane.computed_density,
- [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])
+ [NaN,
+ 1051.550381846236,
+ 1058.840859422405,
+ 1054.6636640426582,
+ 1040.437243621303,
+ 1031.95170017119,
+ 1023.5350903161437,
+ 1009.1916142262469,
+ 693.8269492612843,
438
+ NaN])
439
440
@test isapprox(result.density,
441
[NaN,
0 commit comments