Skip to content

Commit 9683d8c

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent dfe86dd commit 9683d8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/amrex/extensions/Array4.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ def array4_to_xp(self, copy=False, order="F"):
170170
amr = inspect.getmodule(self)
171171

172172
if amr.Config.have_gpu:
173-
if amr.Config.gpu_backend == 'SYCL':
173+
if amr.Config.gpu_backend == "SYCL":
174174
return self.to_dpnp(copy, order)
175175
else: # if not SYCL use cupy
176176
return self.to_cupy(copy, order)

0 commit comments

Comments
 (0)