Skip to content

Commit a0d2c17

Browse files
committed
Lint
1 parent 4b4eeba commit a0d2c17

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

pyroomacoustics/experimental/rt60.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
J. Acoust. Soc. Am., vol. 37, no. 3, pp. 409-412, Mar. 1968.
3232
"""
3333
import math
34+
3435
import numpy as np
3536
from scipy.optimize import curve_fit
3637

pyroomacoustics/tests/test_rt_multiband_energy.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
import numpy as np
21
import matplotlib.pyplot as plt
3-
import pyroomacoustics as pra
2+
import numpy as np
43
import pytest
54
from scipy.optimize import curve_fit
65

6+
import pyroomacoustics as pra
7+
78
pra.constants.set("octave_bands_keep_dc", True)
89

910

0 commit comments

Comments
 (0)