herbie-fp / odyssey

A platform for exploring floating-point expressions :boat:
https://herbie-fp.github.io/odyssey/
MIT License
18 stars 0 forks source link

Only change selection of one point. #185

Closed zaneenders closed 2 weeks ago

zaneenders commented 2 weeks ago

Currently, when you select a different point, it changes the selection in all variables. I think we only want to change the selected point for the clicked variable. I'm guessing this would need an index per variable on the Odyssey side.

https://github.com/user-attachments/assets/531e97a0-9a20-499a-8ec9-c4cb9bf4e0a5

elmisback commented 2 weeks ago

The selected point has values for each variable, so all variables have to change unless we resample for now