Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plotting issue with TimeSeries experiments #41

Open
nishaann opened this issue Sep 10, 2021 · 0 comments
Open

Plotting issue with TimeSeries experiments #41

nishaann opened this issue Sep 10, 2021 · 0 comments
Assignees

Comments

@nishaann
Copy link

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 )

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants