You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this would create two sets of plots instead of combining the data.
Issues origin:
The issue is that the toolbox add the processors in the queue as their are mentioned in the connections.
The chain would be analyzer1 -> posterioriDistrib -> analyzer2 -> posterioriDistrib etc, instead of analyzer1 -> analyzer2 -> posterioriDistrib etc.
Solutions:
implement our own idea: we could have a field in the connection dictionary which means don't get run now
Katydid does not have this issue and they are using queues. However Katydid does not have the need for such features (the combination of data inside one processor) as far as I know. Maybe this implementation can solve this though: need more thinking...
another more clever idea!!!
The text was updated successfully, but these errors were encountered:
User issue description:
As currently implemented, the following config file will run Pystan, posterioriDistrib and timeSeries
If one wants to add another simulation to be plots like:
this would create two sets of plots instead of combining the data.
Issues origin:
The issue is that the toolbox add the processors in the queue as their are mentioned in the connections.
The chain would be
analyzer1 -> posterioriDistrib -> analyzer2 -> posterioriDistrib etc
, instead ofanalyzer1 -> analyzer2 -> posterioriDistrib etc
.Solutions:
don't get run now
The text was updated successfully, but these errors were encountered: