Skip to content

artifact code extraction cannot split within lines. #477

@yifanwu

Description

@yifanwu

Your code:

a = 1; b = 2; d= 4; print(a); c = a + b
c_art = lineapy.save(c, "test multiple lines")

Issue: the code for c_art includes the entire line: a = 1; b = 2; d= 4; print(a); c = a + b

It's probably lower priority to slice within a line, but just flagging that this is a known issue.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Language SupportIssue with our coverage of Python and library code constructsbugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions