Skip to content

Commit 6b763f1

Browse files
committed
Some changes.
1 parent d44e5fe commit 6b763f1

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

examples/real_convolve.py

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1-
import numpy as np
2-
import matplotlib.pyplot as plt
3-
from pydevtips.fftconvolve import RFFTConvolve
1+
import os
2+
43
import hydra
4+
import matplotlib.pyplot as plt
5+
import numpy as np
56
from hydra.utils import instantiate
6-
import os
7+
8+
from pydevtips.fftconvolve import RFFTConvolve
79

810

911
class PowerTransform:

0 commit comments

Comments
 (0)