Skip to content

Commit b7a967f

Browse files
authored
Add the missing scipy.sparse dependency to trpes.py
1 parent 6b7500b commit b7a967f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libra_py/trpes.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
import h5py
2323
import matplotlib.pyplot as plt
2424
from matplotlib import cm
25+
import scipy.sparse as sp
2526
from scipy.optimize import curve_fit
2627
from matplotlib.ticker import FormatStrFormatter
2728

0 commit comments

Comments
 (0)