Skip to content

Control time kept#663

Open
bjkomer wants to merge 2 commits into
masterfrom
control-time-kept
Open

Control time kept#663
bjkomer wants to merge 2 commits into
masterfrom
control-time-kept

Conversation

@bjkomer

@bjkomer bjkomer commented Feb 6, 2016

Copy link
Copy Markdown
Contributor

Allows the time kept on the time slider to be configurable and saved to the config. Addresses #643

@bjkomer bjkomer added this to the 0.2 release milestone Feb 6, 2016
Comment thread nengo_gui/static/sim_control.js Outdated

/** update the time axis display */
this.axis_g
.call(this.axis);

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a bit silly to have on two lines.

@Seanny123

Copy link
Copy Markdown
Collaborator

@tcstewar this feature is ready for review now that it's been brought up to date with master

@tcstewar

Copy link
Copy Markdown
Contributor

The kept_time value doesn't seem to persist. If I change the kept_time parameter and then reload the page, it goes back to the old 4s value. However, the config menu still has the changed value.....

sim.time_slider.update_kept_time(val);
}
});

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is this in Nego.NetGraph? It isn't used by any of the NetGraph components...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

3 participants