Skip to content

Commit

Permalink
comment pandas import in process.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rizac committed Jul 14, 2023
1 parent fb8d65c commit 328f6ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mecompute/process.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ def spectra(segment, config)
# from math import factorial # for savitzky_golay function
# import numpy for efficient computation:
import numpy as np
import pandas as pd
# import pandas as pd
from scipy.interpolate import CubicSpline
from scipy.constants import pi
# from scipy import stats
Expand Down

0 comments on commit 328f6ab

Please sign in to comment.