Skip to content

Arbor, "noise" sources", stochastic differential equations: desire for benchmarking and validation - help required #1986

Closed Answered by thorstenhater
mgiugliano asked this question in General
Discussion options

You must be logged in to vote

Hi @mgiugliano,

we had a breaking change to our APIs at some point between September and now. Just swap
the arguments to the cable cell constructor as mentioned in the error:

def make_cable_cell(gid):
    tree = arbor.segment_tree()
    soma = tree.append(arbor.mnpos, arbor.mpoint(-12, 0, 0, 6), arbor.mpoint(0, 0, 0, 6), tag=1)
    labels = arbor.label_dict(dict(soma="(tag 1)", root= "(root)"))
    decor = arbor.decor()
    decor.paint('"soma"', arbor.density("noise"))
    return arbor.cable_cell(tree, decor, labels)

Replies: 5 comments 5 replies

Comment options

You must be logged in to vote
2 replies
@mgiugliano
Comment options

@boeschf
Comment options

boeschf Oct 5, 2022
Collaborator

Comment options

You must be logged in to vote
1 reply
@boeschf
Comment options

boeschf Sep 29, 2022
Collaborator

Comment options

You must be logged in to vote
1 reply
@mgiugliano
Comment options

Comment options

You must be logged in to vote
1 reply
@mgiugliano
Comment options

Answer selected by mgiugliano
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
4 participants