Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
WardBrian committed Oct 6, 2023
1 parent b66a421 commit 052cf41
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pytorch_finufft/functional.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

from typing import Any, Dict, Optional, Tuple, Union

import numpy as np
import finufft
import numpy as np

try:
import cufinufft
Expand Down
4 changes: 2 additions & 2 deletions tests/test_2d/test_backward_2d.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
from functools import partial

import numpy as np
import pytest
import torch
from torch.autograd import gradcheck

import pytorch_finufft

from functools import partial

torch.set_default_tensor_type(torch.DoubleTensor)
torch.set_default_dtype(torch.float64)
torch.manual_seed(0)
Expand Down

0 comments on commit 052cf41

Please sign in to comment.