enthought / tabs

Default Repo description from terraform module
0 stars 0 forks source link

Imminent race conditions when updating TABSControl #39

Open johntyree opened 9 years ago

johntyree commented 9 years ago

We should really be retrieving the dates that match the timesteps in advance. That allows us to update the TABSControl from the MapView directly rather than rely on this kind of thing https://github.com/enthought/tabs/pull/36#discussion_r16629000.

Otherwise we're subject to all kinds of race conditions and whatnots when other visualization layers are added (like contours).

johntyree commented 9 years ago

I guess https://github.com/enthought/tabs/issues/37 is directly related.