Skip to content

Commit b3c050a

Browse files
committed
cleaning
1 parent e65ec9c commit b3c050a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

atomai/stat/unmixer.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ def fit(self, hspy_data: np.ndarray):
6767
# Avoid division by zero for empty spectra (e.g., from outside scan region)
6868
l1_norms[l1_norms == 0] = 1
6969
spectra_to_fit = spectra_matrix / l1_norms
70-
# ===================================================
7170

7271
print(f"Fitting data with {self.method.upper()}...")
7372

0 commit comments

Comments
 (0)