Fix for #2358 - #2360
Conversation
e7a1439 to
5f6c3b6
Compare
|
Thanks you two and @dennisYatunin. So the tests run now and are passing CI. But the formatter keeps failing, and I don't know why. The files I changed passed my formatter locally: A little more detail on the tests:
|
|
Thanks for adding the tests @ray-chew : The formatter fails checks against 3 files : Try applying the format change to each of these, then I think we are ready to merge this PR. |
That's what I did, as mentioned in the comment above your reply: using JuliaFormatter; format("test/InputOutput/unit_hybrid3dcubedsphere_topography.jl")
using JuliaFormatter; format("test/Fields/unit_field.jl")
using JuliaFormatter; format("test/Operators/hybrid/extruded_3dbox_cuda.jl")The return values for all three were |
|
From the top-level directory, you should be able to run |
Oh ok, my JuliaFormatter version is 2.1.6. That's the issue. If I ran 2.1.6. on the whole repository like you suggested, it formats a whole bunch of files (like 30 something). @akshaysridhar reproduced it with JuliaFormatter v2.1.6 as well. Thanks for your help, you two! |
92c7bc3 to
84ec899
Compare
|
Ok, so the CIs are finally passing. Can someone (@nefrathenrici @akshaysridhar) please review and merge these? Thanks! Yesterday, one of the GPU tests that was working failed all of a sudden. But then it started working again last night, lol. I don't know what happened, as I didn't touch those tests. But just wanted to document this for posterity. |
|
@nefrathenrici The latest commit seems reasonable (much simpler solution than what the original commits had, no need to include the additional property since |
Fix for the
quadrature_stylenot working for 2D horizontal slices