LineaLabs / lineapy

Move fast from data science prototype to pipeline. Capture, analyze, and transform messy notebooks into data pipelines with just two lines of code.
https://lineapy.org
Apache License 2.0
662 stars 58 forks source link

LIN-533 keep unsliced code #820

Closed lionsardesai closed 1 year ago

lionsardesai commented 1 year ago

Description

With the goal of letting users edit the sliced code that made it to the pipeline, we decided that it's easiest if we include the sliced-away bits so that the user can easily add the parts that they want to keep. This adds a cleanup step for them but will be more flexible til we add more magic and fine-tune what the user needs.

Fixes LIN-533

Type of change

Please delete options that are not relevant.

How Has This Been Tested?

existing tests, pending adding new tests if required.