|
From: Koichi T. <sh...@sf...> - 2008-08-10 23:57:44
|
PassiveStepper does nothing unless it is interrupted
by another Stepper. Therefore, a model with only
a PassiveStepper does nothing, too. You can use
DiscreteTimeStepper to check if your process is working
correctly, and then add the main part of the model
with ODEStepper or DiscreteEventStepper, and connect
it to PassiveStepper, if necessary.
Koichi
> Hi
>
> The attachment is a very simple model that only contains one
> PythonProcess, doing an assignment.
> But I can not get correct number for totCa.
> Could you please check for me, which part is wrong?
>
> Best Wishes and wish to hearing from you soon.
>
> Lu
>
>
>> Hi
>>
>> Thank you so much for reply.
>> Finally, I figured out the problem. (Thank you for your reminder)
>> It is because I add one stepper which is not used by any of the processes
>> I listed. Thus the system gives this assertion.
>>
>> Thank you again for help.
>>
>> Best Wishes
>> Lu
>>
>>
>>> Hi Lu,
>>>
>>> Thanks for the report.
>>>
>>> Moriyoshi will follow up, but he'll need to know what kind of
>>> model you tried to run. How many processes/variables
>>> did you have? Also, make sure all steppers have
>>> at least one variable/process connected.
>>>
>>> Koichi
>>>
>>>
>>>
>>>> Hi
>>>>
>>>> I got the following assertion when I run the model.
>>>>
>>>> python: /usr/include/boost/multi_array/base.hpp:136: : Assertion
>>>> `size_type(idx - index_bases[0]) < extents[0]' failed.
>>>> Aborted
>>>>
>>>> Could the developer explain to me what does this mean, please?
>>>>
>>>> Could it possible because I only included PythonProcess in my model?
>>>>
>>>> Best wishes and wish to hearing from you soon
>>>>
>>>> yours Lu
>>>>
>>
>> --
>> Lu Li
>> PhD student in Computational Neurobiology
>> EMBL-European Bioinformatics Institute
>> Cambridge, UK
>> . .' '. _
>> . . . (_\
>> . . . -{{((|8<
>> ' . . ' ' . . ' (_/
>>
>
>
>
> ------------------------------------------------------------------------
>
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
> Build the coolest Linux based applications with Moblin SDK & win great prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> Ecell-users mailing list
> Ece...@li...
> https://lists.sourceforge.net/lists/listinfo/ecell-users
|