VizierDB / web-api-async

Vizier Asynchronous Web API
Apache License 2.0
2 stars 2 forks source link

Geocoding lens reruns unnecessarily #57

Open okennedy opened 4 years ago

okennedy commented 4 years ago

Haven't gotten to a minimal reproduction of this (yet), but as a placeholder:

Editing a markdown cell triggers a minimal re-execution of several subsequent cells in one particular notebook. This includes a few load dataset and sql cells, followed by a geocoding cell. All cells are marked as pending when the markdown cell is edited, but most cells "re-execute" fast (i.e., are skipped for lack of updated dependencies). However, when we reach the geocoding lens, it is fully re-executed.