sjdv1982 / seamless

Seamless is a framework to set up reproducible computations (and visualizations) that respond to changes in cells. Cells contain the input data as well as the source code of the computations, and all cells can be edited interactively.
http://sjdv1982.github.io/seamless
Other
20 stars 6 forks source link

Test that the "local" flag is being respected #238

Open sjdv1982 opened 7 months ago

sjdv1982 commented 7 months ago

With the recent update in scratch and fingertipping, it must be made sure that local transformations are indeed still executed locally. A low-level test must be added. In addition, it must be verified that "local" interacts well with remote expressions (#237). Perhaps cells must also have a "local" property, disabling remote expressions / structured cell joins for them. And adapt transformer translation accordingly.