remove a dependency on scipy fftpack

This commit is contained in:
Abe Levitan
2022-08-19 09:30:41 -07:00
parent a37b30f06d
commit b8b508ce2c
@@ -6,7 +6,6 @@ ptychography model. Each function implements a different propagator.
import torch as t
from torch.nn.functional import grid_sample
from scipy import fftpack
import numpy as np
from matplotlib import pyplot as plt