Skip to content

Plotting issue with TimeSeries experiments #41

@nishaann

Description

@nishaann

In findSim.py, under parseAndRun function, a call to 'advanceSimulation' under simWrapMoose.py is made but it is not handling the doPlot argument. This is happening in simWrapHillTau.py and therefore TimeSeries experiments works well with HillTau models but its not happening with detailed model.

Line 754-755:
if ( qe.t > currt ):
sw.advanceSimulation( qe.t - currt, doPlot = getPlots )

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions