Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.

Commit c0dfa80

Browse files
author
burtonrj
committed
Merge branch 'master' into dev
2 parents 8816486 + 3718afa commit c0dfa80

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

CytoPy/data/read_write.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,4 +324,3 @@ def compensate(self):
324324
comp_data = self.event_data[:, channel_idx]
325325
comp_data = np.linalg.solve(self.spill.values.T, comp_data.T).T
326326
self.event_data[:, channel_idx] = comp_data
327-

0 commit comments

Comments
 (0)