Skip to content

Commit

Permalink
Removed print that was added for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
lim185 committed Oct 14, 2025
1 parent e769f39 commit 8205aa2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pipe/extract.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,6 @@ def read_matfiles(self, specpath: Path,
if DataKind.NSD in datakinds:
row["nsd"] = matdata["NSD"].tolist()
if DataKind.NCNT in datakinds:
print(matdata["NCNT"])
row["ncnt"] = matdata["NCNT"].astype(float).tolist()
if DataKind.SPEC in datakinds:
spectra = np.array(matdata["SP"][0])
Expand Down

0 comments on commit 8205aa2

Please sign in to comment.