소스 검색

comment V recording

vogdb 5 년 전
부모
커밋
b2d1ddf141
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      epileptor/model_2d_full.py

+ 1 - 1
epileptor/model_2d_full.py

@@ -93,7 +93,7 @@ def solve():
         w[Uspike] = w[Uspike] + delta_w
 
         recorder.record_plain(dt_i, 'K', K)
-        recorder.record_plain(dt_i, 'V', V)
+        # recorder.record_plain(dt_i, 'V', V)
         recorder.record_points(dt_i, K, Na, INaKpump, V, U, xD, uu, nu, phi)
     return recorder