Skip to content
Snippets Groups Projects
Commit 0425cb01 authored by Dilawar Singh's avatar Dilawar Singh
Browse files

tiny tweaks to test.

parent 0a2285e4
No related branches found
No related tags found
No related merge requests found
......@@ -8,15 +8,12 @@ Modified from https://elifesciences.org/articles/25827 , Fig4.py
import sys
import os
import numpy as np
import matplotlib as mpl
mpl.use('Agg')
import sys
import numpy as np
import moose
import abstrModelEqns9 as ame
import rdesigneur as rd
def singleCompt( name, params ):
mod = moose.copy( '/library/' + name + '/' + name, '/model' )
A = moose.element( mod.path + '/A' )
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment