Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
aelligp committed May 24, 2024
1 parent df79e5f commit 9b1116f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test_traits.jl
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ end
using JustRelax, Test
import JustRelax.JustRelax2D as JR2
import JustRelax.JustRelax3D as JR3
import JR2.AMDGPUBackendTrait, JR2.CUDABackendTrait
import JR3.AMDGPUBackendTrait, JR3.CUDABackendTrait
import JustRelax.JustRelax2D.AMDGPUBackendTrait, JustRelax.JustRelax2D.CUDABackendTrait
import JustRelax.JustRelax3D.AMDGPUBackendTrait, JustRelax.JustRelax3D.CUDABackendTrait

const bk = JustRelax.backend

Expand Down

0 comments on commit 9b1116f

Please sign in to comment.