Skip to content
Snippets Groups Projects
Commit e9d4d8fe authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Fix copy paste error

parent bbb44245
No related branches found
No related tags found
No related merge requests found
......@@ -103,7 +103,7 @@ class PMTRates(kp.Module):
m_rates[:, self.max_x - 1] = mean_rates
self.rates_matrix = m_rates
m_hrv[:, self.max_x - 1] = mean_rates
m_hrv[:, self.max_x - 1] = hrv
self.hrv_matrix = m_hrv
def update_plot(self):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment