seamless
seamless copied to clipboard
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...
It seems you have to first `del` the old instance.
"Synthetic" deep cells are deep cells whose elements are synthesized by the workflow, as opposed to being available in a remote database. Their members may be deleted from buffer cache...
Seamless graphs as containers of computation results ==================================================== UPDATE: the big data branch (elision + expression cache) has partially solved this. Seamless graphs contain the checksum of the computation results....
Triggered by passing a mapping context with a mount in it to map_dict_chunk
1. To select a part of a Module and use it as another module. See the use of nefertiti in the RRM project. Requires that the submodule is independent, i.e....
This is to support FAIR queries later. Seamless will never query the database help cache, only write to it. Only synthesize and send it to database_sink upon save_graph. - Key:...
Currently, Transformer.debug.direct_print is passed on to the executor of compiled transformers. This causes direct_print to become part of the transformation, leading to cache misses. Python, bash and bashdocker transformers are...
Needs to be added to Seamless, not jobless. Primary for transformers that are conceptually important, but take very little time to execute.
After you assign DeepCell.whitelist to a Cell, you can't change it to a value anymore