black vs flake8 conflicts are back, will fix later

This commit is contained in:
ralf 2024-09-02 15:19:03 +03:00
parent 4864ed8349
commit 4173284800

View File

@ -425,7 +425,7 @@ class Model:
ax1.set_xlabel("time [ms]") ax1.set_xlabel("time [ms]")
ax1.set_ylabel(r"$\mu mol/l$") 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.legend(frameon=False)
ax2.set_xlabel("time [ms]") ax2.set_xlabel("time [ms]")
ax2.set_ylabel("pA/pF") ax2.set_ylabel("pA/pF")