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

Inline transformer pin assignment does NOT upload it to the database #236

Closed sjdv1982 closed 1 month ago

sjdv1982 commented 7 months ago
ctx.tf = lambda a, b: a + b
ctx.tf.a = 4

will give a CacheMissError for "4"

This may or may not be a bug. This can be desired behaviour if ctx.tf.a is very big!

sjdv1982 commented 1 month ago

fixed in 0.12