Skip to content

Commit

Permalink
Merge branch 'master' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
burtonrj committed Nov 27, 2020
2 parents 8816486 + 3718afa commit c0dfa80
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CytoPy/data/read_write.py
Original file line number Diff line number Diff line change
Expand Up @@ -324,4 +324,3 @@ def compensate(self):
comp_data = self.event_data[:, channel_idx]
comp_data = np.linalg.solve(self.spill.values.T, comp_data.T).T
self.event_data[:, channel_idx] = comp_data

0 comments on commit c0dfa80

Please sign in to comment.