From 6a8aa1234c35181e727f1dad8c5855c15a45a6af Mon Sep 17 00:00:00 2001
From: Maximilian Schmidt <max.schmidt@fz-juelich.de>
Date: Mon, 4 Jun 2018 10:02:39 +0900
Subject: [PATCH] Documentation of convert_syn_weight function

---
 multiarea_model/multiarea_helpers.py | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/multiarea_model/multiarea_helpers.py b/multiarea_model/multiarea_helpers.py
index 2b9cadd..7bf2fe3 100644
--- a/multiarea_model/multiarea_helpers.py
+++ b/multiarea_model/multiarea_helpers.py
@@ -529,9 +529,7 @@ def extract_area_dict(d, structure, target_area, source_area):
 
 def convert_syn_weight(W, neuron_params):
     """
-    # TODO: this documentation is wrong. this is not the integral.
-    Compute the integral of the PSP of exponential
-    post-synaptic currents evoked by a PSC with amplitude W.
+    Convert the amplitude of the PSC into mV.
 
     Parameters
     ----------
-- 
GitLab