simularium / simularium-viewer

NPM package to view Simularium trajectories in 3D
Apache License 2.0
2 stars 0 forks source link

debug compareTimes when managing cache size #387

Open interim17 opened 3 months ago

interim17 commented 3 months ago

Description

@meganrm found that in the binding sim app, hasLocalCacheForTime was returning true when it should not have, and it seemed the issue came up during calls of compareTimes. As we update caching we need to make sure that trimmed/reduced caches still function correctly with respect to this function.