From 41732848004d526bbbcfaf971ba45d4f8e7d3f59 Mon Sep 17 00:00:00 2001 From: ralf Date: Mon, 2 Sep 2024 15:19:03 +0300 Subject: [PATCH] black vs flake8 conflicts are back, will fix later --- Model.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Model.py b/Model.py index bc92c00..695f307 100644 --- a/Model.py +++ b/Model.py @@ -425,7 +425,7 @@ class Model: ax1.set_xlabel("time [ms]") ax1.set_ylabel(r"$\mu mol/l$") - ax2.plot(times, self.gCaL * states[1, :] * (V - self.ECaL), label="ICaL ") + ax2.plot(times, self.gCaL * states[1, :] * (V - self.ECaL), label="ICaL") ax2.legend(frameon=False) ax2.set_xlabel("time [ms]") ax2.set_ylabel("pA/pF")