We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e65ec9c commit b3c050aCopy full SHA for b3c050a
atomai/stat/unmixer.py
@@ -67,7 +67,6 @@ def fit(self, hspy_data: np.ndarray):
67
# Avoid division by zero for empty spectra (e.g., from outside scan region)
68
l1_norms[l1_norms == 0] = 1
69
spectra_to_fit = spectra_matrix / l1_norms
70
- # ===================================================
71
72
print(f"Fitting data with {self.method.upper()}...")
73
0 commit comments